Tag Archives: Layout

Create A Context Menu On Top Of A ListView

Posted on 21. May, 2010 by .

2

In this tutorial you will learn how to create a ContextMenu on a ListView. This can easily be applied to other situations and other views.

Continue Reading

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

Gesture Detector

Posted on 13. May, 2010 by .

0

This is a tutorial on how to see when gestures are made on the screen.

Continue Reading

Creating A New View And Making A Horizontal Slider

Posted on 10. Mar, 2010 by .

2

A neat tut on how to create your own custom view, updating that view on a MotionEvent, and creating the layout.

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

A Simple UI with Events

Posted on 10. Feb, 2010 by .

15

This is part two to the “A Simple Step-By-Step Layout Tutorial”. This tutorial goes over how to setup a slightly more complex layout, imports, and writing Java for buttons and grabbing data from the user.

Continue Reading

A Simple Step-By-Step Layout Tutorial

Posted on 10. Feb, 2010 by .

6

This is a great starting tutorial for Android. It runs you through the basics of setting up a simple layout in XML and writing some Java to display that layout.

This tutorial is for extreme beginners. It’s great for someone that has just downloaded the SDK and Eclipse and wants to take a quick stab at programming.

Continue Reading