I\'m testing my app at Galaxy Tab and Motorola XOOM emulator skins, and I can\'t understand, why the drawables are taken from the wrong folders. I have drawable-xhdpi folder, where I store big size pi
I\'m trying to display a different drawable for each day but I\'m getting a NullPointerException. have been at开发者_高级运维 this for hours now.
I\'ve tried to run my app on a Nexus-One-like emulator skin and a Galaxy-Tab-like. As far as I know, both devices are hdpi, but Nexus is considered large and Galaxy Tab is considered xlarge. I have tw
I am making a game in which I want user to give some featured items at run time from server. Currently I am saving images as Blob in sqlite db and that is really putting bad impact in overall performa
I\'m reading an image fro开发者_如何学编程m my sqlite db into a MemoryStream. I seek to the beginning of my memory stream and then pass it to the Drawable.CreateFromStream and it crashes. I\'ve checke
I\'m trying to to key on the drawable ID to check if it is already available in memory before loading drawables again. I\'m retrieving the theme from the theme apk package and retrieving them by Strin
I have two images in my drawable folder, one called \"Red\" and the other called \"Yellow\". I am trying to set these images equal to two variables, one currently called \"redchip\" and the other call
I have an activity which consists of just an ImageView. The drawable contained in the ImageView is a Bitmap that was captured from the camera. The image is automatically scaled (maintaining the Bitmap
I would like to be able to apply a cross ha开发者_JS百科tch as the background of a row in a table. I do not think you can create a cross hatch effect as a 9-patch. Does anyone know another way to get
Is there a way to set the background image of a SurfaceView? Does it have to be done in xml or can I do it all in Java - I\'ve got something that looks like this in my constru开发者_开发百科ctor: