Tag: Java

  • How To Get Google Places In Android Example ?

    How To Get Google Places In Android Example ?

    Google places autocomplete search input can be easily implemented using Google API. Google Places API allows you to query for place information on a variety of categories, such as cities, shops, and more. A Place Search returns a list of places along with more detailed information about each place. The new version of places SDK for Android […]

  • Expandable Recyclerview In Android With Example [Updated]

    Expandable Recyclerview In Android With Example [Updated]

    You might already know, We use RecyclerView to display a list of data in our application. In this post, I am explaining how to make recyclerview expandable. That means We can show the list of headers first in the recyclerview. Once the user selects the particular header item, the recyclerview will expand and show its […]