Reputation: 3130
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
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
Reputation: 13588
If you want the exact look of your website, you can go ahead with appsgeyser. It automatically creates your app.
Upvotes: 1