Tag Archives: assets

Managing Android Applications with Library Projects

It can be quite challenging to develop an Android application that should be published in several versions on the Android Market. The main reason for this is the strange and unpredictable way that Android library projects work in Eclipse. The … Continue reading

Posted in Android, Development | Tagged , , , | Leave a comment

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