Hi Sumit.

You said that the xml file is from external storage. So you can read xml
file using httppost method. read
here<http://atluri-ajith.blogspot.com/2011/09/work-with-http-post-request-in-android.html>.
After reading the xml file you will get response as inputstream, you have to
convert inputstream to string like
here<http://atluri-ajith.blogspot.com/2011/09/read-response-from-httppost-method.html>
.

After getting the xml file contents as string i think you can manage how to
display.

On Mon, Sep 26, 2011 at 3:50 PM, sumit garg <sumitgr...@gmail.com> wrote:

> hello
>
> I am trying to read data from an XML file which is in an external storage.
> I think following things are involved in it-
> 1. how do i retrieve it
> 2. how the parser will read it
> 3. how do i display the file
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en




-- 
" The ultimate measure of a man is not where he stands in moments of comfort
and convenience, but where he stands at times of challenge and controversy."

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to