You can parse XML with android.sax : http://developer.android.com/reference/android/sax/package-summary.html Unfortunately, the built-in way to convert XML into UI only works if the XML exists in a file at build-time. However, if you have a constrained case where (for example) you just have a list of status updates, then you could perform a runtime XML transform into formatted text, and display that.
Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 12, 1:46 am, Radzell <[email protected]> wrote: > I was wonder how would i access a xml file over http like which libray > would i use and how i would then combine that data to a view kind of > like facebook does when you update your status. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

