Calculate distance between two geo coordinates in android comment 1 Comment Hi,In this tutorial we discuss about how to calculate distance between two locations in android by using Location class which is available...
how to observe battery charging level in android comment Add Comment Today we are going to discuss about how to monitoring battery charging level in android.we get battery charging level by using BatteryManag...
Display image from sdcard into ImageView in android comment Add Comment In this tutorial we are learning about how to display image from sdcard into imageview.It is very simple and easy Let start coding Firs...
display current date and time in android comment Add Comment Hi,Today we learn about how to get current date and time in android using SimpleDateFormat and Date . we can get date or time based on ...
How to detect when power connected and disconnected in android comment 3 Comments Hi,today we learn about power connection and disconnection in android.For this requirement we have to use BroadcastReceiver and intent-fi...
How to make a call programmatically in android comment Add Comment Hey,In this tutorial we can learn about how to make a call programmatically by using intents concept in android.It is very easy to implem...