↧
Answer by Konstantin Pribluda for How to show rss feed in android widget
(Assuming you got RSS retrieval and parsing correctly) You just have to change some text in widget: AppWidgetManager manager = AppWidgetManager.getInstance(context); RemoteViews views = new...
View ArticleHow to show rss feed in android widget
I have a very big problem guys. I have an app which fetches and parses the RSS feed from a blog, but I don't know how to put the results into my widget. Here is the RSSListActivity which shows the rss...
View Article