Open GoogleCodeExporter opened 8 years ago
Did you get this issue resolved? Am facing exact same problem.
Any help appreciated. Have spent 2 days on this code. Frustrating.
Original comment by 2000amol...@gmail.com
on 18 May 2013 at 2:58
I'm having this problem too, on chapter 3. The error is
NetworkOnMainThreadException.
There are lots of Google hits on how to fix this, but they all involve your
class extending AsyncTask, which we can't do, as the classes we have are
already extending other things..
Not sure what else to do.
Original comment by musicmog...@gmail.com
on 10 Jun 2013 at 9:36
i hv same problem,,,,pliz friends solve my problem, i have so much expectation
from this apps
Original comment by prasadde...@gmail.com
on 15 Jul 2013 at 6:07
I have same problem but the rss address on the book is wrong, the correct one
is: "http://www.nasa.gov/rss/dyn/image_of_the_day.rss" there are some changes
in the new xml from nasa, like there is a field called enclosure, where is
image's url like this:
<enclosure
url="http://www.nasa.gov/sites/default/files/styles/946xvariable_height/public/i
mage08012013_250m.jpg?itok=FFdZZjJv" length="5360210" type="image/jpeg" />
So the we need to tell the parse where to looking for. I haven't yet solved the
problem but i'm figure out how to.
Original comment by 149091...@unifacs.edu.br
on 4 Aug 2013 at 7:43
But atleast title should be there na........there is nothing on screen
Original comment by puneetme...@gmail.com
on 8 Aug 2013 at 10:59
I am also getting a blank screen on my emulator .....Is dre ny1 who have
resolved ds issue..If Resolved plzzz Assist..
Original comment by hunter.l...@gmail.com
on 23 Aug 2013 at 6:35
I have managed to get the url from the <enclosure>-tag, but my knowwledge of
Android is rather shallow - how do I get image to show up??
Part of my code in startElement:
if (localName.equals("enclosure")) {
String attsValue = attributes.getValue("url");
inUrl = true;
} else {
inUrl = false;
}
Dont know what to do with attsValue in Head First code.....
Original comment by thomas.d...@gmail.com
on 16 Sep 2013 at 11:43
Did anybody solve this ? Coz I'm also getting a blank screen and no errors.
Eclipse kepler on windows 7
Original comment by Mlingo...@gmail.com
on 23 Dec 2013 at 8:45
I have spotted the point where it gets run time exception. It is in the
definition of method processFeed(). But I was not able to resolve the issue.
Original comment by bksumit1...@gmail.com
on 25 Apr 2014 at 9:07
Original issue reported on code.google.com by
aaashu...@gmail.com
on 17 Mar 2013 at 11:32