I\'m watching content updates on a ListActivity using a ContentObserver as follows:
protected void onCreate(Bundle savedState) { super.onCreate(sa
If you have a list and extend BaseAdapter or Adapter to get a custom list, make sure that getView returns a non-null value.
If you have a tabbed view and one of your fragment is a list that override Adapter/BaseAdapter and getView returns null you will get this problem.