looking for some advice on what is the best way to deliver an HTML/CSS based website for use on Android tablets offline.
Having researched the topic on here for a while and looking into different development techniques there seems to be two outright ‘winners’ as such for delivering such a project.
Firstly, is to build the website normally and then save it to an SD Card to run in the Android browser, secondly is to use Adobe Air and run as an Android app but what I’d also like to know is whether if it is possible to browse the website online and have it cache on to the device so that when it loses an internet connection the full website will still run as normal.
A bit more info on the website, it will be built completely in HTML/CSS with responsive templates so that resolutions aren’t an issue and it is a ‘brochure’ website so the content won’t need updated at any point.
Any help on the issue is much appreciated as developing Android apps or running websites from an SD Card is something I’ve not had the pleasure of doing before.
Many thanks
You can use PhoneGap and even Build PhoneGap (online version) – just upload your entire HTML5 app as a ZIP folder (local paths like /assets/ and not D:/images/) – just the full app code and zip it – then use PhoneGap – it will convert it and give you the App code file – visit Android marketplace as well as others such as Apple and upload.
done.