I am developing android native app. I am using image and text. So, I decided to use HTML in layout. But I don’t know is it possible and if possible how.
Regards
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.
Firstly, create the HTML file that you want. If you want the app to be usable without an internet connection, you will need the HTML file, the images, the CSS file and any other files that are linked to the website to be on the phone with the app.
Then, use a WebView to show the HTML page that you created.
You can see information about WebViews here (from the Android documentation): http://developer.android.com/reference/android/webkit/WebView.html