Sadruddin Md April 24, 2018 Tutorial on OAuth 2.0 authorization code (with refresh token) flow Introduction Sometimes back, I wrote a blog on the concepts involved in OAuth 2.0. Now, it’s time dig a bit deeper. OAuth 2.0 … Read More 119 No Response
Sadruddin Md April 18, 2018 Read Interactive Command Line Input with Java Scanner Class Introduction Often while coding, we want command line input from user in interactive way. Then we use the input to execute the … Read More 111 No Response
Sadruddin Md April 12, 2018 Android Firebase Phone Number Authentication Tutorial Introduction Android firebase phone number authentication tutorial. Learn to implement Phone OTP (One Time Password) based authentication using Firebase and Firebase AuthUI. You … Read More 128 No Response
Sadruddin Md April 2, 2018 Android Cardview tutorial with example Introduction In previous tutorials we learnt horizontal list and vertical list using recyclerview. This Android tutorial is to add cardview in apps … Read More 165 2 Responses