Browsing index pages (3 articles)
↧
Android RSS Feed
i am creating an app for my final year project at uni.. i am trying to get an rss feed working.. My issue at the moment is that i created a project (RSSActivity) and got the RSS feeds to work. I then...
View ArticleAnswer by Ollie C for Android RSS Feed
It sounds like the app is experiencing an exception. To find the cause you need to use LogCat to look at the exception details, which will show you where in your code there is a problem.
View ArticleAnswer by Sparky for Android RSS Feed
See how your application goes off the rails right around:E/AndroidRuntime(553): at android.app.Activity.startActivity(Activity.java:3297) 03-23 13:54:16.118: E/AndroidRuntime(553): at...
View Article
Browsing index pages (3 articles)