Skip to main content
Search-as-you-type place suggestions in an Android app

Place suggestions in an Android app

Before you begin, please make sure you have the Baato Java Library installed in your app.
1

Design the layout

2

Wire up the views in onCreate

3

Watch the input with a TextWatcher

4

Run the search with BaatoSearch

You can now use the BaatoSearch() constructor from the baato-java-client, to perform the actual search request, and handle events.

View the full example on GitHub