Android
-
Android MultiTouch ListView Example
In this example we are going to see how to create MutliTouch ListView in an Android Application. In this example,…
Read More » -
Android Service Example
In this example we are going to learn about Android Service. The Android Service is one of the most important…
Read More » -
Android Timer Example
In this example we are going to create a simple Android Timer application. We are going to use some very…
Read More » -
Android: Debugging on a real device
In this tutorial we are going to see how to debug and run your Android application in a read device.…
Read More » -
Android : How to check if device has camera
In this tutorial we are going to use PackageManager and the hasSystemFeature method to find out whether our device has a…
Read More » -
Android: How to make a phone call
A very useful feature in Android is that you can use the built in Android Application to make phone calls…
Read More » -
Android: How to set default activity
In Android you might create many Activities for your Application and you want to choose which one of these will be launched…
Read More » -
Android: How to send Email
In Android you can use the built in Email client Application in order to send Emails from inside your own…
Read More » -
Android: How to send SMS message
A very useful feature in Android is the SmsManager API which you can use to send an SMS from inside…
Read More » -
Android WebView Example
In Android, you can use the WebView component in order to present markup pages from URL or custom html markup page (short of…
Read More »