From e0938c4c40b2a0958fcc797c636cee11a68c8f9e Mon Sep 17 00:00:00 2001 From: Chinmaya Samal Date: Thu, 20 Aug 2015 03:56:14 +0530 Subject: [PATCH] Fixed an error The #1 of Implementation Hints of Assignment 3a is same as in 3b. So It needs to be changed --- assignments/assignment3b/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/assignments/assignment3b/README.md b/assignments/assignment3b/README.md index c1afe77..b2a0de9 100644 --- a/assignments/assignment3b/README.md +++ b/assignments/assignment3b/README.md @@ -78,10 +78,8 @@ as long as it meets the following client-side requirements: should you ever use the UnsafeHttpsClient in a production app. This code is strictly for test purposes. -1) You might note that these requirements are same as the one given in Assignment-3 of previous MOOC - with the addition of Secure HTTPS communication with Video Service and using OAuth tokens to - validate the user. So, you can easily take your earlier implementation and add security to it. - You can use the provided SecuredRestBuilder, SecuredRestException, and UnsafeHttpsClient for this purpose. +1) You can use the provided SecuredRestBuilder, SecuredRestException, and UnsafeHttpsClient for adding security + to client. 2) You can query the Android Mediastore ContentProvider to get the metadata of recorded videos or videos stored in Gallery. You can take a look at VideoUploadClient example in :- @@ -103,4 +101,4 @@ as long as it meets the following client-side requirements: Assignment 2b. If you have questions please come to Virtual Office Hours and/or post questions on the discussion forums. - \ No newline at end of file +