We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31c461 commit a097fccCopy full SHA for a097fcc
README.md
@@ -1,10 +1,9 @@
1
# Android Snippets
2
This repository holds code snippets used in Android documentation on [developer.android.com](https://developer.android.com/guide).
3
-It is a work in progress, as many snippets are still embedded as static HTML.
+The idea is that by having a small sample project show the code snippets will give developers more context to the overall code needed to
4
+implement an API.
5
-# Quality Assurance
6
-The code snippets compile and show best practices. Runtime verification is not needed;
7
-code irrelevant to the doc is usually stubbed out.
+It is a work in progress, as many snippets are still embedded as static HTML.
8
9
# Contributing
10
We love contributions! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
0 commit comments