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...
Login and Registration using Firestore (Firestore Login And Reigister) ( Android Studio Project ) 1.Register Information To Firestore Database 2. login with these Registered Informations 3.fully Working with Firestore Database DOWNLOAD SOURCE CODE in Android Studio 1.the Project will look like Register Login 1.create a Project in Google Fire store and download the respective google service JSON file and Replace with the same file in app folder 2.Down load the source code for Android Studio from the above link and explore google fire store.