[Android/Sample] add sample code to use library
authorJaeyun <jy1210.jung@samsung.com>
Fri, 19 Jul 2019 09:22:26 +0000 (18:22 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 25 Jul 2019 06:31:24 +0000 (15:31 +0900)
commit108dcb6c3b3d382800464bfec643a92c6bac3675
treea13ed08c1c0339713fa360feb6011396c136d91e
parentbdacbc972aa4e61d10122c0b37df1aa77a4b376f
[Android/Sample] add sample code to use library

Add sample code to use nnstreamer library.
This sample includes basic example to run the single-shot and pipeline examples repeatedly.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
api/android/sample/build.gradle [new file with mode: 0644]
api/android/sample/libs/Readme.txt [new file with mode: 0644]
api/android/sample/proguard-rules.pro [new file with mode: 0644]
api/android/sample/src/main/AndroidManifest.xml [new file with mode: 0644]
api/android/sample/src/main/java/com/samsung/android/nnstreamer/sample/MainActivity.java [new file with mode: 0644]
api/android/sample/src/main/res/drawable/nnsuite_logo.png [new file with mode: 0644]
api/android/sample/src/main/res/layout/activity_main.xml [new file with mode: 0644]
api/android/sample/src/main/res/values/colors.xml [new file with mode: 0644]
api/android/sample/src/main/res/values/strings.xml [new file with mode: 0644]
api/android/sample/src/main/res/values/styles.xml [new file with mode: 0644]