Categories

Archives

Calling a Contact in Android

There will be a time where you might want to use the Caller on Android. Here is how you would do it, this article also introduces how to get an individual contact from your contact list. This is based on our previous article Clicking Items in ListActivity and Display Contact Names in Android.
protected void [...]