Archive for 'Layout'

Android Tutorial: Updating UI From A Thread

Posted on 05. Aug, 2010 by .

1

A quick tutorial on how to update the UI from a thread. This should be a fairly easy task. Take your time and really pay attention. You are learning the basics, so it’s a good idea to really take your time.

Continue Reading

Displaying Borders In Table Layout

Posted on 28. Jun, 2010 by .

0

As the developer guide says that table border lines are not displayed there is only a dirty fix for this problem.

Continue Reading

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

Collapsible List

Posted on 20. May, 2010 by .

0

This tut shows you how to add a collapsible list to an app.

Continue Reading

Crossing Things Off Of A ListView

Posted on 16. May, 2010 by .

0

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

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

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