core
-
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 » -
Android GridView Example
One of the most usefull layouts in Android is the GridView. GridView organizes the items of your screen in a…
Read More » -
Android ListView Example
One of the most usefull layouts in Android is the ListView. ListView allows you to arrange your items in a scrollable list. Of…
Read More » -
Android TableLayout Example
In Android there are may ways you can arrange the components of your Application on the screen. One of the…
Read More »