Hi I\'m trying to build a layout where some shapes will popup every 2 seconds. If the user will click one of these shapes, they have to
On the android website, there is a section about color drawables.Defining these drawables in xml looks like this:
I\'m having quite a problem here and I hope for someone here to able to help me. let\'s go. Let\'s say, I have quite a big image ( 1500x2000 ), i load it as a drawable, fine so far. Now I have a Sur
What I\'d like to do is change the state (really, the background) of an EditText to reflect validity of its contents. E.g. if the user enters 999 where 999 is contextually invalid, the EditText should
I want to display a 480x320 JPEG file stored in the SD card in Android 2.0.1 with WVGA854 skin and 240 lcd density (Motorola Droid).
how would I save a drawable to the SDcard (custom folder) and later 开发者_Go百科retrieve it assuming im keeping track of the path of the saved item.