How to load image for Android ImageView from classpath?
Klaus Claszen
Greenhorn
Joined: Jun 20, 2007
Posts: 16
posted
0
Hi,
I have an Android App which contains an external dependend jar library. This external library contains some png-bitmaps which I want to show on some ImageViews in my application.
Looking inside the apk file of my application I can find the images in a sub directory ("aq\img") as expected.
What is the best way to show an image (insight the classpath) on a ImageView.
I tried this
and this
but it did not work (I did not really expect it to be that simple). The image remains empty.