ListView not showing data in App Widget
问题 I'm trying to implement a simple collection widget for my application, i'm trying to show a ListView inside a widget but the ListView is stuck at Loading... and never finish loading, and i have data in the database and the listview is still stuck with it. Here is the onUpdate method from my AppWidgetProvider class: @Override public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { int length = appWidgetIds.length; for (int x = 0; x < length; x++){