diff --git a/android.md b/android.md index 7455f42..1c006d5 100644 --- a/android.md +++ b/android.md @@ -14,3 +14,9 @@ The Gloop SDK jar libraries can be found under the [release page](https://github compile fileTree(dir: 'libs', include: ['gloopSDK-*.jar']) annotationProcessor fileTree(dir: 'libs', include: ['gloopProcessor-*.jar']) ``` + +## Example apps + +- [Tasks App](https://github.com/Gloopio/Demo-App-Java) +- [Drawed App](https://github.com/Gloopio/Drawed) +- [Image App](https://github.com/Gloopio/Instagram-App-Java) \ No newline at end of file