2011-09-25 31 views
0

無論如何清理ListActivity中的listitem數據,然後使用setListAdapter(適配器)顯示數據?問題是它連續追加ListActivity中的listitem數據並顯示多個listitem數據。我使用android.widget.SimpleAdapter作爲適配器。我想清理數據,然後顯示數據。如何在使用ListActivity時清理Listitem數據擴展BroadcastReceiver

class Receiver extends BroadcastReceiver { 
     public void onReceive(Context c, Intent intent){ 
      adapter.notifyDataSetChanged(); 
       ........ 

      } 
      setListAdapter(adapter); 
     } 
    } 
+0

怎麼ü實例化SimpleAdapter(其參數)? – Blackbelt

回答

相關問題