SQLite query run on UI thread with ExpandableListView/SimpleCursorTreeAdapter
I'm in the progress of developing an Android app for displaying a number of RSS feeds (yes, I know there are many apps like this already). The data to be displayed is backed by a content provider, and I want to be backward compatible with API level 4. I'm using an ExpandableListView to display the content of three different RSS feeds. The ExpandableListView 's adapter is implemented as a sub-class of SimpleCursorTreeAdapter : private class RssFeedLatestListAdapter extends SimpleCursorTreeAdapter { public static final String FEED_NAME_COLUMN = "feedName"; public RssFeedLatestListAdapter(Context