Discussions
Too many instance variable overhead when server API returns many fields.
almost 8 years ago by rekha agarwal
My android application is mainly server API dependent application. Since API returns many fields in almost all the responses, my corresponding model class will have to contain that much of instance variable. So my GPA is decreasing by this limitation.
Is there any way to improve that.