This example demonstrate how to convert between LatLng and Location . Refer onMapClick() in the code. package com.example.androidmapsv2; im...
Your andriod Apps ZOne
This example demonstrate how to convert between LatLng and Location . Refer onMapClick() in the code. package com.example.androidmapsv2; im...
Example of query Contacts database using Loader, with search menu item. package com.example.androidsearchcontact; import android.net.Uri; im...
This example demonstrate how to implement our own App Launcher; list icons of installed App in GridView, and launchth the app once clicked. ...
Last exercise demonstrate how to " Implement shape of rounded-rect using XML ", with little bit of modification, we can shape of o...
This example demonstrate how to define rounded-rect shape for View, in XML; to implement layout as shown here: Create /res/drawable/roundrec...
android.widget.Space added in API level 14, is a lightweight View subclass that may be used to create gaps between components in general pu...