You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
1
# Android Snippets
2
2
This repository holds code snippets used in Android documentation on [developer.android.com](https://developer.android.com/guide).
3
-
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.
3
+
4
+
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.
5
+
6
+
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.
5
7
6
8
It is a work in progress, as many snippets are still embedded as static HTML.
0 commit comments