Alert Dialog with Buttons in Material components in Android
In our previous post, “Show alert dialog with options on click on Button in Android” we have … Read more
Posts for writing Android Java Applications, Libraries and various ways of using Android API’s for apps development.
In our previous post, “Show alert dialog with options on click on Button in Android” we have … Read more
Recently we migrated one of our old application to Androidx and then we came across this Material … Read more
Following code shows you how you can show an alert dialog with options such as Cancel, Subscribe … Read more
For phone authentication, we need to add release SHA1 or SHA-256 key to your firebase console, to … Read more
Once you created a project in Firebase console by following steps from “How to start new project … Read more
Visit https://firebase.google.com/ and click “Go to console” from top right corner, which will redirect you to Google … Read more
When you publish your application in Android playstore and user starts using it, its possible that your … Read more
When we launch our android application to playstore, the major part which helps us with the branding … Read more
Following source code describes a simple demo application which shows a button which when clicked prints a … Read more