Homescreen widget, listView shows “Loading”
问题 To start off, an image says thousand words: This takes place although getViewAt is called 4 items as my cursor size is. Here's the code: public class WidgetService extends RemoteViewsService { @Override public RemoteViewsFactory onGetViewFactory(Intent intent) { System.out.println("Factory"); return(new WidgetViewsFactory(this.getApplicationContext(), intent)); } } The widget provider: public class WidgetViewsFactory implements RemoteViewsService.RemoteViewsFactory, LNTConstants { private