On Mon, Dec 19, 2011 at 5:24 AM, Ganesh <[email protected]> wrote: > I want to create a application for social networking where a user logs > into his account by some remote server. > I am confused how to show the user his profile which shows updates > dynamically as they occur. > Also where should the xml file required for this be saved, i mean > should the server provide this file or the application itself should > create it by taking data from server. > > I hope my question is clear. > > Thanks in advance
You're kind of off base on this one... If you want your UI to be dynamic, you don't use XML, (well, that's not to say you can't take a view that you've created using xml and get the elements and change them), but to dynamically add things you have to manually create them and add them to the view programmatically.. Kris -- 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

