java - getView() not being called on notifyDataSetChanged() -


here's problem: have app has activity listview inside it. activity recursive, when click on item on list takes same activity different items in listview. lot of code within arrayadaptor listview.

when moving forward through activities new ones call getview() when creating listview rows. when stepping (pressing closing current instance of activity , moving previous one) these existent activities don't call getview() rows don't updated.

so need , onresume, call getview rows. i've tried adding notifydatasetchanged(),requestlayout() , invalidate() on onresume, doesn't work. getview doesn't called.

i've searched answers problem, did not find any. i'm sure there million ways improve app if re-write ground up, that's not gonna happen time soon. have few days finish this, i'm quite desperate. please help.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -