Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
gradle/wrapper/ | 06-Sep-2024 | - | 7 | 6 | ||
justforus/ | 06-Sep-2024 | - | 836 | 407 | ||
.gitignore | D | 06-Sep-2024 | 55 | 6 | 6 | |
README | D | 06-Sep-2024 | 913 | 27 | 18 | |
build.gradle | D | 06-Sep-2024 | 926 | 31 | 27 | |
gradle.properties | D | 06-Sep-2024 | 853 | 18 | 14 | |
gradlew | D | 06-Sep-2024 | 5 KiB | 165 | 122 | |
gradlew.bat | D | 06-Sep-2024 | 2.3 KiB | 91 | 66 | |
settings.gradle | D | 06-Sep-2024 | 634 | 15 | 14 |
README
1 This is an example app that displays a list of coupons. 2 3 Build Instructions 4 ------------------- 5 6 This sample uses the Gradle build system. To build this project, use the 7 "gradlew assemble" command or use "Import Project" in Android Studio. 8 9 To see a list of all available commands, run "gradlew tasks". 10 11 Dependencies 12 ------------- 13 14 - Android SDK Build-tools v19.0.1 15 - Android Support Repository v4 16 - Android Support Library v19.0.1 17 - Google Repository 5 18 19 Dependencies are available for download via the Android SDK Manager. 20 21 Android Studio is available for download at: 22 http://developer.android.com/sdk/installing/studio.html 23 24 The images in the app's main/assets folder are licensed under Creative Commons Attribution 2.5 25 (http://creativecommons.org/licenses/by/2.5/). They can be attributed to Katherine Kuan. 26 Please follow the best practices for attribution (http://wiki.creativecommons.org/Marking/Users). 27