Archive for 'Activity'

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

Posted on 26. Jul, 2010 by .

2

You will learn how to read out the PID (ProcessID) of the current Activity using myPid(); and of all Processes using getPids(…,…);. This is a beginner tutorial. Have questions? Leave a comment.

Continue Reading

Using SMS And GPS To Create A Phone Locator

Posted on 10. Mar, 2010 by .

2

A simple step-by-step Android tutorial on how to create a secure phone locator for your mobile. Just text the password from any other mobile phone and receive exact GPS coordinates delivered back. This is a great for the intermediate Android programmer.

Continue Reading

Changing Thread Priority Of An Activity

Posted on 11. Feb, 2010 by .

1

Small tutorial on how to change the priority of an Activity within your application. This is useful if you have processor/memory heavy applications such as a music player or image editor.

Continue Reading