I want to know if I could combine html UI elements into the native android app and put values (images and Strings) fetched from a database directly to the html UI.
1 Answer
The best way is using a WebView to show a html content! One example about this: http://www.mkyong.com/android/android-webview-example/
2 Comments
Khalifa Gad
if i used WebView it will allow me to add images fetched from database to certain frames in the UI ?
user192417
this link can help you: developer.android.com/reference/android/webkit/… and for the database: stackoverflow.com/questions/20148793/… if yes, please check as a good answer, thanks!
WebViewin order to show HTML content inside your app.