Build Google as an Instant Search in Android App

I am working on an Android application in which I want to add an instant search function.

Basically I want to show the name of the place when the user writes his initials to TextBox.
How can I achieve this?

+5
source share
1 answer

Interface building

You can use InstantSearch Android , which is an open source library that helps you easily create instant search queries on Android using Algolia .

GitHub . ., , InstantSearch Media:

Media Application Example

, .

, InstantSearch Android.

, , Algolia, ,

-, Algolia Places, .

: InstantSearch Android.

+2

All Articles