I\'m watching content updates on a ListActivity using a ContentObserver as follows:
protected void onCreate(Bundle savedState) { super.onCreate(sa
I had a similar stack trace and discovered that I was returning a null from my getView() method in certain cases.