plattysoft / grid-with-header-list-adapter

Library and example of how to display a grid view with a header using a normal list view
39 stars 20 forks source link

Update to fix a bug #1

Closed BorelTung closed 10 years ago

BorelTung commented 10 years ago

In the function updateItemRow(), the view will sometimes be removed by Android, so we needs to be built a new one.

kzjn10 commented 10 years ago

Dear Team, How to update item in row when onConfigurationChanged ? I try to setNumColumns() but it notify NullPointerException in getItemView. Pls help me. Tks

plattysoft commented 10 years ago

I have to check it out and also add support for backgound images, I'll do all at once on Thursday,\

Cheers.

On Tue, Dec 17, 2013 at 12:15 PM, kzjn10 notifications@github.com wrote:

Dear Team, How to update item in row when onConfigurationChanged ? I try to setNumColumns() but it notify NullPointerException in getItemView. Pls help me. Tks

— Reply to this email directly or view it on GitHubhttps://github.com/plattysoft/grid-with-header-list-adapter/pull/1#issuecomment-30743053 .

Raul Portales Platty Soft http://plattysoft.com

kzjn10 commented 10 years ago

thanks team.