pkpio / MDroid

Moodle for Android
https://play.google.com/store/apps/details?id=in.co.praveenkumar
GNU General Public License v3.0
36 stars 47 forks source link

notifyDataset not working #19

Closed pkpio closed 9 years ago

pkpio commented 9 years ago

Setting a new adapter is a way currently

pkpio commented 9 years ago

A possible reason: The data set being used is a new string[listObject.size()] so, updating listObjects and calling dataSetChanged call isn't working.

pkpio commented 9 years ago

Changing the adapter to BaseAdapter resolved it.