Posts by oliweira • 21 points
1 post
-
2
votes2
answers41
viewsQ: Update Listview from a sorting Radiogroup
I’m trying to update a ListView populated with database data from an ordination of a RadioGroup. Here are my codes: private List<ApplicationInfo> mAppList; private SimpleCursorAdapter…