Check out the layout inflater - in your case you'll want to download the XML first. http://developer.android.com/intl/zh-TW/reference/android/view/LayoutInflater.html
-- Android Academy http://www.androidacademy.com On Jul 1, 6:41 am, ABhi <[email protected]> wrote: > Hi All, > > I'm dealing with a problem you guys might not have faced earlier. > > I'm having a use-case in my Android application where the actual > screen that i want to show to user is not stored in any layout file of > my application. The layout of the of the screen is designed by server > in this case, based on selection made by user on first screen. > > Let me elaborate here, > 1st Screen : List of check box with different biller names. (Imagine > i've selected 2 billers from this screen) > > 2nd Screen : (The screen that server has decided how it should look > like) > * Header, > * 1st Biller name (Label) > * Amount for 1st Biller TextBox > * Image (a Separator image) > * 2st Biller name (Label) > * Amount for 2st Biller TextBox. > * Here there can be a checbox/radio/another TextBox anything. > * Image (a Separator image) > * Button (to submit above form back to server) > > I hope makes some sense in what i'm planning to design. > > --------- > The current issues i'm dealing with are as below. > 1). How to draw this dynamic widgets? > 2). How to fetch user Inputs from this dynamically created widgets? > > Thanks in advance. > Regards > Abhishek -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

