Am new in android. I have some doubt about the general features of android . Help will be appreciated 🙂
- Is it possible to implement HTML design as layout in android (in XML)?
- Is it possible to integrate JavaScript in android ?
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 should keep the html page in the raw resources folder, and to load it you call
loadData()method on the webview, you need to pass it the mimetype, and a character encoding.Here is an example of the method call
You can read more at the following tutorial:
http://www.monocube.com/2011/02/08/android-tutorial-html-file-in-webview/