¡@

Home 

2014/10/16 ¤W¤È 08:22:32

android Programming Glossary: report_list

ListView adapter data change without ListView being notified

http://stackoverflow.com/questions/4636679/listview-adapter-data-change-without-listview-being-notified

listener Setup report list adapter ListView nzbLv ListView findViewById R.id.report_list nzbla new NZBReportListAdaptor ctx getReports nzbla.setListItems report_list nzbLv.setAdapter nzbla Broadcast receiver.. ListView nzbLv ListView findViewById R.id.report_list nzbla new NZBReportListAdaptor ctx getReports nzbla.setListItems report_list nzbLv.setAdapter nzbla Broadcast receiver to get notification from NZBService to update ReportList registerReceiver receiver.. Boolean updated if updated Log.d TAG NZB report list adapter updated synchronized this nzbla.setListItems report_list Log.d TAG NZB report list notified of change nzbla.notifyDataSetChanged Now that this question is answered I will..