coffeeak
coffeeak

Reputation: 3130

Make an Android app out of website

I have a small wordpress website and I wanted to try to make an Android app out of it. But, I have no idea from where to begin. I found out about App Inventor which makes it real easy to create apps. But, what I still haven't figured out is how to extract data from my website and put it into the app through the App Inventor. Thanks~

Upvotes: 0

Views: 2164

Answers (2)

Abhishek Nandi
Abhishek Nandi

Reputation: 4275

You can also try parsing the HTML content of you website and get the data at runtime. Simply use HTTP GET methods to hit your website url and then retrieve the contents and show it accordingly.

Upvotes: 0

Seshu Vinay
Seshu Vinay

Reputation: 13588

If you want the exact look of your website, you can go ahead with appsgeyser. It automatically creates your app.

Upvotes: 1

Related Questions