Support Forums
Question about android apps - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Java Programming (https://www.supportforums.net/forumdisplay.php?fid=22)
+---- Thread: Question about android apps (/showthread.php?tid=20326)



Question about android apps - Romeo - 07-08-2011

Would it be possible to make an app out of someone else's website.

Like create a custom login/password box, with a different skin, it leads you into a GUI that has buttons for different pages in the website? You get the jist.

Or do you need that website's API?

Btw I'm using android app inventor



Thanks guys.


RE: Question about android apps - iAndr0idOs - 08-06-2011

Well, what you can do is download the website's source code, parse it, then use that information to fill in content in your app.

Also, I recommend using Eclipse ADT to build Android applications. It's much more powerful. You get Android's full potential that way.


RE: Question about android apps - Kurea #47 - 09-07-2011

You would have to make an entire new GUI and then convert the code into .apk