I have some HTML5 based pages i want it to deploy it in sdcard of device and access it as like normal .apk apps
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You wont be able to access it like an application unless you create an application with a webview and load the html pages that way. Even then that may not work.
e.g – How to load Html page saved in sdcard on android?
You could use the browser and access the files locally.
e.g. – https://android.stackexchange.com/questions/4775/how-can-i-open-an-html-file-i-have-copied-from-pc-to-sd-card-of-phone
https://android.stackexchange.com/questions/8312/how-can-i-can-open-local-files-in-the-default-android-browser
Or you could use one of those web app developer tool things e.g.
http://phonegap.com/
http://incubator.apache.org/cordova/