[Resource-Encapsulation] Android Sample Application for client side APIs.
authorJay Sharma <jay.sharma@samsung.com>
Tue, 25 Aug 2015 15:59:42 +0000 (21:29 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Fri, 28 Aug 2015 05:22:11 +0000 (05:22 +0000)
commitdff7ef7d12d5cbc4138af4e504b44ed860b99f7f
tree5e4d8f8f2d0771dc809cfd3dfc4c04773b3b1ed5
parent06107a8b33490d804cd06854398edfb418911e06
[Resource-Encapsulation] Android Sample Application for client side APIs.

Change-Id: I1605fe00027c8bd6d2182a70e3dbb35f2d6c2b2d
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2267
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Hun-je Yeon <hunje.yeon@samsung.com>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
23 files changed:
service/resource-encapsulation/examples/android/SampleResourceClientApp/.classpath [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/.project [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/AndroidManifest.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/ic_launcher-web.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/project.properties [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/drawable-hdpi/iot.jpg [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/layout/activity_main.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/layout/resourceclientapis.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/layout/userinputforattributevalue.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/menu/main.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/values-v11/styles.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/values-v14/styles.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/values-w820dp/dimens.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/values/dimens.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/values/strings.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/res/values/styles.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/src/com/re/sampleclient/MainActivity.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/src/com/re/sampleclient/ResourceClient.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleResourceClientApp/src/com/re/sampleclient/ResourceClientActivity.java [new file with mode: 0644]