I am new for android app development i am trying to render android UI dynamically through xml parshing........how should i do this plz suggest me.....here is one xml
| <?xml version="1.0"?> | |
| <MAIN_XML> | |
| <Mobile_Widget id="101"> | |
| <W_NAME>Name</W_NAME> | |
| <W_RENDER>TEXT_BOX</W_RENDER> | |
| </Mobile_Widget> | |
| <Mobile_Widget id="102"> | |
| <W_NAME>Married?</W_NAME> | |
| <W_RENDER>CHECK_BOX</W_RENDER> | |
| <W_DEFAULT>Yes</W_DEFAULT> | |
| </Mobile_Widget> | |
| <Mobile_Widget id="103"> | |
| <W_NAME>Description</W_NAME> | |
| <W_RENDER>LONG_DESCRIPTION</W_RENDER> | |
| </Mobile_Widget> | |
| </MAIN_XML> |
(Deepak Mamdapure)
You only live once, once is enough.
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
No comments:
Post a Comment