views:

22

answers:

0

I am currently working on a new app and this is my first ever app I have attemped to make with the android os.

I am using eclipse 3.6 and using android 1.5 version as the base to make the app as compatible as I can with all android phones.

I am a newbie to java and I read a few tutorials which helped me get the app up and working but I am using webview using iframes and have the html document hosted online but I would like to have it intergrated into the app itself so that I will not have to worry if a lot of people use the app will not bring down the website.

But I also want it to be able to update all the data off the website when members want to check for updated information on the html document as I am using the html document to control the main gui.