Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/android/snippets
Main repository for snippets surfaced on developer.android.com.
https://github.com/android/snippets
Last synced: about 1 month ago
JSON representation
Main repository for snippets surfaced on developer.android.com.
- Host: GitHub
- URL: https://github.com/android/snippets
- Owner: android
- License: apache-2.0
- Created: 2018-06-20T14:19:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-01T15:34:48.000Z (about 1 month ago)
- Last Synced: 2024-10-02T02:42:36.461Z (about 1 month ago)
- Language: Kotlin
- Size: 5.09 MB
- Stars: 655
- Watchers: 66
- Forks: 164
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Snippets
This repository holds code snippets used in Android documentation on [developer.android.com](https://developer.android.com/guide).The idea is that by having a small sample project that contains the code snippets from documentation, developers will gain more context on how to implement a specific API.
In addition, by having CI running on this repo, we can ensure that the code snippets on developer.android.com is in a working condition.
It is a work in progress, as many snippets are still embedded as static HTML.
# Contributing
We love contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.