how to dispaly image in grid view reading imageUrl from xml using sax parser in android

Posted by Pramod kuamr on Stack Overflow See other posts from Stack Overflow or by Pramod kuamr
Published on 2011-06-30T07:20:54Z Indexed on 2011/06/30 8:22 UTC
Read the original article Hit count: 245

Filed under:
|
|

thanks for answer but i am able to read xml file from url but i need if in xml imageUrl is there so show in grid view ..this is my xml file and read URL

<?xml version="1.0" encoding="UTF-8"?>
<channels>
    <channel>
        <name>ndtv</name>
<logo>http://a3.twimg.com/profile_images/670625317/aam-logo--twitter.png</logo>     
        <description>this is a news Channel</description>
        <rssfeed>ndtv.com</rssfeed>
    </channel>
    <channel>
        <name>star news</name>
<logo>http://a3.twimg.com/profile_images/740897825/AndroidCast-350_normal.png</logo>        
        <description>this is a newsChannel</description>
        <rssfeed>starnews.com</rssfeed>
    </channel>
</channels>

© Stack Overflow or respective owner

Related posts about android

Related posts about parsing