I'm just wondering if I'm able to create a View from an external XML
source.
As I was reading, you must place the XML layout inside the res/layout
and when you compile it, you can load the layout by typing
setContentView(R.layouts.my_layout).
What if I have this XML layout online (on a website) and I want to
create the layout on runtime?
Is there any way to do this?
Or I have to parse the XML and create the layout (hard-coded)?

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to