Support Forums

Full Version: Question about android apps
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.
You would have to make an entire new GUI and then convert the code into .apk