Android CursorAdapter Not Refreshing On First Load
EDIT I didn't add my XML I am writing a dialog for tagging selections. The first view is applying tags they have in their db. The next screen is a dialog for adding new tags to th
Solution 1:
Try it without
android:animateLayoutChanges="true"
... in your XML layout.
Post a Comment for "Android CursorAdapter Not Refreshing On First Load"