Displaying Simple Bitmap On Android
beginner in graphics here! I'm trying to display a simple image on my device, but nothing appears, and the log doesn't show any bug. The program runs but nothing happens. Here is
Solution 1:
not sure how to do it myself but there are a ton of resources that will show you how its done.
How to Show Image in Android using Java Code
How can I display image in Android Application
http://www.mkyong.com/android/android-imageview-example/
http://www.javacodegeeks.com/2011/07/android-game-development-displaying.html
and these are just a few from a guick google
Post a Comment for "Displaying Simple Bitmap On Android"