Using CameraPreview To Save A Picture On Disk

Posted on 05. Aug, 2010 by Admin.

0

This is a tutorial on how to save a picture on a disk.

Continue Reading

Not Finding the Tutorial You Need?

Posted on 05. Aug, 2010 by Admin.

0

We understand that you may need a tutorial that we have not completed. That is why we are recommending products that we feel meet our standard when it comes to Android. We will only suggest the best tutorial guides that are on the market.
Other than hands on tinkering, we get a lot of our information [...]

Continue Reading

Updating UI From A Thread

Posted on 05. Aug, 2010 by Admin.

0

A quick tutorial on how to update the UI from a thread.

Continue Reading

2D Physics on Android (using Box2D)

Posted on 01. Aug, 2010 by Admin.

0

This tutorial is a brief tutorial on getting started with 2D physics on Android.

Continue Reading

Get Resources by Name ( getIdentifier(…); )

Posted on 29. Jul, 2010 by Admin.

0

In this tutorial you will learn how get Resource-IDs by their name, using the getResources().getIdentifier(…); Method

Continue Reading

Read Out The PID(s) (ProcessID) Of Activity/Processes

Posted on 26. Jul, 2010 by Admin.

0

You will learn how to read out the PID (ProcessID) of the current Activity using myPid(); and of all Processes using getPids(…,…);.

Continue Reading

Android Widget Gallery

Posted on 23. Jul, 2010 by Admin.

0

In this tutorial you will learn how to use the Gallery-Widget (android.widget.Gallery) to display a series of images (/res/drawable/s)

Continue Reading

Custom Image Button

Posted on 20. Jul, 2010 by Admin.

0

This is a tut on how to make custom image buttons.

Continue Reading

Creating Sound Effects

Posted on 18. Jul, 2010 by Admin.

0

This tutorial shows you a method of creating, managing and using sound effects in Android. I’ll show you the basic method of encapsulating your sound management code. This method works best when you have a typical application, or simple game all in one thread.

Continue Reading

Live Wallpaper

Posted on 17. Jul, 2010 by Admin.

0

By the end of this tutorial you should be able to create your own live wallpaper, test it on a Nexus One device and get it ready for publishing on the Android Market.

Continue Reading