One of the major features of android framework is location API. You can see, the location module widely used in lot of apps those provides services like food ordering, transportation, health tracking, social networking and lot more. The location module is part of Google Play Services and in the same…
Loading external fonts in your android application is very easy. It can be achieved with only two lines of…
STOP & READThis tutorial follows the old way of customizing the ListView using a third party library. Consider reading…
GridView layout in one of the most useful layouts in android. Gridview is mainly useful when we want show…
JSON is very light weight, structured, easy to parse and much human readable. JSON is best alternative to XML…