Discussions

Ask a Question
Back to All

Too many instance variable overhead when server API returns many fields.

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.