Tag Archives: resource

Using images from HTML in assets directory

The last post described how to show an HTML file in Android from the assets directory in the WebView. Sooner or later you will want to show images in the HTML. Solution 1 : Images in assets directory The easy … Continue reading

Posted in Android, Development, Tips and Tricks | Tagged , , , , | Leave a comment

Language specific HTML Help in Android

Sooner or later your application becomes so complex that you want to be helpful to the user. One way of being helpful is to provide a help text that explains how to use the application. Solution 1 : Use a … Continue reading

Posted in Android, Development, Tips and Tricks | Tagged , , , , , | Leave a comment