Skip to content

ZubairAkber/instantsearch-android-examples

 
 

Repository files navigation

InstantSearch Android: Examples

Example apps built with algolia/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.

Examples

We have built two demo applications to give you an idea of what you can build with InstantSearch Android:

This example mimics the classical video search interface, with a modal to refine your search.

  • Search in video's title
  • Filter by number of views, rating, video quality or captioning
  • Automatic focus on the SearchBox
  • Automatic closing of the keyboard when scrolling through the videos
  • Filtering in a DialogFragment applied only when the users submit their final filters







This example imitates a product search interface like well-known e-commerce applications.

  • Search in the product's name, seller's name, and category
  • Filter by number of views, rating, video quality or captioning
  • Custom views using AlgoliaHitView for displaying the promotions, ratings, ...
  • Filtering in a PopupWindow with immediate feedback to let the user see its influence on the search results







Example of a bed and breakfast search interface.

  • Search a place by the user's location aka geo-search
  • Filter with Numeric filters by price
  • Custom MapWidget for linking the search results with a GoogleMap and MapFragment











Example of a movies search interface.

  • Search movies and actors using either a movie's or an actor's name
  • Multiple indices searched at the same time
  • Offers two layout options: as tabs or as sections

About

Example apps built with algolia/instantsearch-android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.7%
  • Kotlin 4.3%