From: Jay Sharma Date: Fri, 4 Sep 2015 04:45:06 +0000 (+0530) Subject: [Resource-Encapsulation] Updated Android SampleResorceClient App X-Git-Tag: 1.0.0-RC1~47^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efbf6296829a1394908e40b74743f179c7087179;p=contrib%2Fiotivity.git [Resource-Encapsulation] Updated Android SampleResorceClient App - Added Resource Container part. - updated comments Change-Id: If6821f26cd9d39dd13f0ff8e13e1ab050b7e993b Signed-off-by: Jay Sharma Reviewed-on: https://gerrit.iotivity.org/gerrit/2371 Tested-by: jenkins-iotivity Reviewed-by: Rami Jung Reviewed-by: Madan Lanka --- diff --git a/service/resource-encapsulation/examples/android/SampleResourceClientApp/AndroidManifest.xml b/service/resource-encapsulation/examples/android/SampleResourceClientApp/AndroidManifest.xml index 63c3ff9..5b7914d 100644 --- a/service/resource-encapsulation/examples/android/SampleResourceClientApp/AndroidManifest.xml +++ b/service/resource-encapsulation/examples/android/SampleResourceClientApp/AndroidManifest.xml @@ -30,8 +30,8 @@ android:label="@string/app_name" > + android:name="com.re.sampleclient.ContainerClientActivity" + android:label="@string/app_name" > diff --git a/service/resource-encapsulation/examples/android/SampleResourceClientApp/res/layout/resource_container.xml b/service/resource-encapsulation/examples/android/SampleResourceClientApp/res/layout/resource_container.xml new file mode 100644 index 0000000..0ffb052 --- /dev/null +++ b/service/resource-encapsulation/examples/android/SampleResourceClientApp/res/layout/resource_container.xml @@ -0,0 +1,24 @@ + + + +