An open API service indexing awesome lists of open source software.

https://github.com/android/search-samples

Multiple samples demonstrating Search API usage in Android.
https://github.com/android/search-samples

Last synced: 9 months ago
JSON representation

Multiple samples demonstrating Search API usage in Android.

Awesome Lists containing this project

README

          

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](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](https://developer.android.com/guide/topics/search/appsearch)