Archive for 'Beginner'

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

Replacing The Dial Action

Posted on 25. Jun, 2010 by .

0

This tutorial shows you how to catch/replace the DIAL-Action that is broadcasted, when one starts typing numbers on the emulator-’desktop’.

Continue Reading

Throwing/ Simulating Keystrokes

Posted on 21. Jun, 2010 by .

0

This tutorial teaches how simulate KeyStrokes/KeyEvents on an Android-Device.

Continue Reading

Fast Scroll List View

Posted on 13. Jun, 2010 by .

1

This is an easy tut on how to make a fast-scroll listview with alphabet letters.

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 .

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

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

Get The IP Address Of Your Device

Posted on 13. May, 2010 by .

1

Easy to follow tutorial on how to find the Wifi IP of your phone/device. This has endless programming and debugging uses in your applications.

Continue Reading