instantsearch-android

InstantSearch Android is a library providing widgets and helpers to help you build the best instant-search experience on Android with Algolia. It is built on top of Algolia's Android API Client to provide you a high-level solution to quickly build various search interfaces.

Demo

You can see InstantSearch Android in action in our Examples repository, in which we published two example apps built with InstantSearch:

media

ecommerce

Usage

You can add InstantSearch to your Android application by adding the following to your build.gradle's dependencies:

implementation 'com.algolia:instantsearch-android:1.14.0'

To use InstantSearch's Core without the UI components and helpers, you should use this instead:

implementation 'com.algolia:instantsearch-android-core:1.14.0'

GitHub