Git Product home page Git Product logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
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 [email protected] on 18 May 2013 at 2:58

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
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 [email protected] on 10 Jun 2013 at 9:36

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
i hv same problem,,,,pliz friends solve my problem, i  have so much expectation 
from this apps

Original comment by [email protected] on 15 Jul 2013 at 6:07

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
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 [email protected] on 4 Aug 2013 at 7:43

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
But atleast title should be there na........there is nothing on screen

Original comment by [email protected] on 8 Aug 2013 at 10:59

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
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 [email protected] on 23 Aug 2013 at 6:35

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
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 [email protected] on 16 Sep 2013 at 11:43

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
Did anybody solve this ? Coz I'm also getting a blank screen and no errors. 
Eclipse kepler on windows 7

Original comment by [email protected] on 23 Dec 2013 at 8:45

from headfirstandroid.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 29, 2024
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 [email protected] on 25 Apr 2014 at 9:07

from headfirstandroid.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.