This video (the last one! episode 12 of 12) adds two design improvements, and we go over the concepts covered in this series, plus extension ideas.
InstaFire playlist: • InstaFire: Android Instagram Clone with Fi...
Project source code: https://github.com/rpandey1234/InstaFire
Helpful links for more information:
➤ Choosing a color palette: color.adobe.com
➤ Info about the gravatar service for profile pic image URLs: https://en.gravatar.com/site/implement/
➤ Code for creating the gravatar image URL: https://github.com/codepath/android_g...
➤ Cloud Functions: https://firebase.google.com/docs/func...
➤ Firebase homepage: https://firebase.google.com/
In these videos, we build a basic Android Instagram app clone using Firebase, written in Kotlin. Our app allows the user to sign in and create posts with an image and description. We use Firebase, an app development platform developed by Google, to power our application. We use various Firebase services such as Authentication, Storage, and Firestore to build our app.