Posts

Showing posts from July, 2020

Save Birds - Published 2nd App

Image
Published my second app on google play store. This app has been developed using libgdx library. Github Code: https://github.com/rahuljain81/Android/tree/master/FlappyBird Google Play Store Link https://play.google.com/store/apps/details?id=com.rahuljain81.savebirds

Android Photo Import Demo

Dear Android Developers, Please refer to my github code for implementing Photo Import in your application. https://github.com/rahuljain81/Android/tree/master/PhotoImportDemo

Google Sign In (using Firebase)

Image
Google Sign In is one of the authentication mechanism for any app development. I tried to use google firebase as authentication medium, Firebase Console: https://console.firebase.google.com/ Udemy Course: https://samsungu.udemy.com/course/android-firebase-masterclass/learn/lecture/16114691?start=195#overview Google Documentation for android sign In: https://developers.google.com/identity/sign-in/android/sign-in Finally, developed my app and code has been uploaded at: https://github.com/rahuljain81/Android/tree/master/GoogleSignIn