/search-samples

Multiple samples demonstrating Search API usage in Android.

Primary LanguageKotlinApache License 2.0Apache-2.0

Search Samples Repository

This repository contains a set of individual Android Studio projects to help you get started writing apps that take advantage of Search specific APIs.

Read below for a description of each sample.

Samples

  • AppSearchSample (Kotlin) - Sample that shows how to use AppSearch APIs. This is demonstrated through a simple note taking application that uses ViewModel and LiveData with AppSearch as the data source. Guide