[Resource-Encapsulation] Android Sample Application for Server side
authorJay Sharma <jay.sharma@samsung.com>
Wed, 2 Sep 2015 05:13:38 +0000 (10:43 +0530)
committerMadan Lanka <lanka.madan@samsung.com>
Mon, 7 Sep 2015 09:07:05 +0000 (09:07 +0000)
commitc356e9dc36062e60332fc62af14c32dc489d28ad
tree63c6cc3067df7658a57eddfe67025eb4e90dd130
parent5abc35ee0e787e3e94bc3f131604866cb3e0689f
[Resource-Encapsulation] Android Sample Application for Server side

- For Server Builder APIs
- For Resource Container APIs

Change-Id: Ia15bbfdadddc82ca45ebee8e58e579b5db399e0d
Signed-off-by: Jay Sharma <jay.sharma@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2342
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
(cherry picked from commit 431309817995f5b5fdddf2054f40bed2ffbd67b6)
Reviewed-on: https://gerrit.iotivity.org/gerrit/2374
30 files changed:
service/resource-encapsulation/examples/android/SampleServer/.classpath [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/.project [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/AndroidManifest.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/assets/lib/ResourceContainerConfig.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/ic_launcher-web.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/project.properties [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/drawable-xxhdpi/ic_launcher.png [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/layout/activity_main.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/layout/resource_container.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/layout/server_builder.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/layout/server_builder_auto.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/layout/server_builder_dev.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/layout/userinputfortemperaturevalue.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/menu/main.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/values-v11/styles.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/values-v14/styles.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/values-w820dp/dimens.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/values/dimens.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/values/strings.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/res/values/styles.xml [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/src/com/example/sampleserver/MainActivity.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/src/com/example/sampleserver/ResourceContainer.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/src/com/example/sampleserver/ResourceContainerActivity.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/src/com/example/sampleserver/ServerBuilder.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/src/com/example/sampleserver/ServerBuilderActivity.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/src/com/example/sampleserver/ServerBuilderAutoActivity.java [new file with mode: 0644]
service/resource-encapsulation/examples/android/SampleServer/src/com/example/sampleserver/ServerBuilderDevActivity.java [new file with mode: 0644]