[android-developers] Xml Parser for Android Layout.

2011-03-09 Thread arindam
Dear Developers, I am currently trying to parse android layout xml file using simple xml parser. Actually this layout xml file is in sdcard. I am unable to parse. Is their any better way to do. Your kind information will help me a lot. Thanks & regards Arindam Ghosh -- You

Re: [android-developers] Xml Parser for Android Layout.

2011-03-09 Thread TreKing
On Wed, Mar 9, 2011 at 5:29 AM, arindam wrote: > I am currently trying to parse android layout xml file using simple xml > parser. > Why? > Actually this layout xml file is in sdcard. > Why? > I am unable to parse. > Why? > Is their any better way to do. > Better than what? You've haven

Re: [android-developers] Xml Parser for Android Layout.

2011-03-09 Thread Arindam Ghosh
Dear Treking, Actually I want to make the layout dynamically from internet sending data. So I will fetch Xml from Internet and then Parse. I saw inflater api of android but it will not work for raw data. So, only choice is parsing and one by one dynamic view creation. So, I wanna to know, is ther

Re: [android-developers] Xml Parser for Android Layout.

2011-03-09 Thread TreKing
Interesting ... On Wed, Mar 9, 2011 at 8:45 PM, Arindam Ghosh wrote: > So, I wanna to know, is there any nice way to fetch all the attributes of > view from layout xml file. > Not that I'm aware of.