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.
- Host: GitHub
- URL: https://github.com/android/search-samples
- Owner: android
- License: apache-2.0
- Created: 2021-11-17T23:33:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T20:31:36.000Z (12 months ago)
- Last Synced: 2025-03-29T06:05:03.069Z (9 months ago)
- Language: Kotlin
- Size: 224 KB
- Stars: 79
- Watchers: 68
- Forks: 66
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)