GOOGLE DRIVE API (Android Studio Project-Displaying Images From a particular folder from google drive to Recycler view) 1.Create A new Project in Android Studio and API key refer below Link https://developers.google.com/drive/android/get-started?authuser=1 2.Enable Drive API ,for your Project from Below link https://console.developers.google.com/apis/library/drive.googleapis.com 3.Use this below link ton get demo JSON responce https://developers.google.com/apis-explorer/?hl=en_GB#p/drive/v3/ 4.Use this String As a JSON URL Replace the Folder ID id Key with your own https://www.googleapis.com/drive/v3/files?q='{folder_ID}'+in+parents&key={Your_key_here} 5.once you have Key just check this URL in Postman you will get All files JSON 6. I am using Retrofit2 to for Parsing JSON { "kind": "drive#fileList", "incompleteSearch": false, "files": [ { "kind": "drive#file...
A simple Blog to Demonstrate new Android Programming Concepts.