↧
Answer by Steven Byle for RSS Reader NullPointerException
So you are getting a java.lang.NullPointerException from:theString = nchild.item(j).getFirstChild().getNodeValue();The issue is that you aren't null checking and just assuming everything is non null,...
View ArticleRSS Reader NullPointerException
I have create an RSS Reader as in the following tutorial:http://techiedreams.com/android-rss-reader-part-3-action-bar-with-animated-item/My problem is:when i load the list (with ListActivity.java), i...
View Article