Downloading an android layout from the internet.

Posted by oscarello on Stack Overflow See other posts from Stack Overflow or by oscarello
Published on 2010-04-12T21:57:43Z Indexed on 2010/04/12 22:03 UTC
Read the original article Hit count: 829

Filed under:
|
|
|
|

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!

© Stack Overflow or respective owner

Related posts about android

Related posts about layout