Downloading an android layout from the internet.
- by oscarello
Hi, I would like ask if there's a way to download an android layout from the Internet into the "res/layout" folder.
I was thinking in getting the file using an HttpUrlConnection and a FileOutputStream, like discussed in here http://stackoverflow.com/questions/576513/android-download-binary-file-problems but I can't fgure out how to put it into the "res/layout" folder.
Thanks!