How can I load an image in Android? [closed]
How can I load an image in Android?
You'll need to add the image as a resource to the project, and then build an ImageView
that uses that image resource. Check out the details at http://developer.android.com/guide/topics/graphics/2d-graphics.html
精彩评论