setTextViewText not updating widget
问题 Shown below is a simplified version of my class. I am having trouble in the onReceive method which isn't updating the widget TextView. It shows the correct information in the logcat which is outputted on the line before the setTextViewText. I'm not sure whats wrong and have been pulling my hair out (and I'm already balding). public class SnowWidget extends AppWidgetProvider { public static List<Article> mymtns = new ArrayList<Article>(); public static RemoteViews remoteViews; public static