Archive for 'Drawable'

Crossing Things Off Of A ListView

Posted on 16. May, 2010 by .

1

Great way to add an interactive cross-off effect to your ListView. As well as, being able to check it’s status and add the information to a database.

Continue Reading

How To Create A Simple Splash Screen

Posted on 13. May, 2010 by .

5

Splash screens are used in a lot of applications and games to display program information or to advertise other products. This tutorial is a great and dead easy way to add a splash screen to your Android programs.

Continue Reading

Custom Button Backgrounds Using A Selector XML Layout

Posted on 11. Feb, 2010 by .

3

Explains how to create a selector for a drawable XML file. One of the main uses of this is for easy rollover buttons but there are many uses beyond that. This is a great tutorial for a little documented feature.

Continue Reading