[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>
Fri, 4 Sep 2015 05:34:48 +0000 (05:34 +0000)
commit431309817995f5b5fdddf2054f40bed2ffbd67b6
treee631fccb65b6f68d6a95bee32057c1fce5848acd
parent970e18a650a5310c3930f0feeb73f4638e2206c5
[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>
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]