Hi and welcome to another tutorial of codingdemos, in this tutorial you will learn how to change language programmatically in your app, then save that selected language later in android sharedpreference so that when you launch the app next time you don’t have to set the language again for the app, instead it will be preloaded from sharedpreference.Continue reading
Android alertdialog single choice tutorial
Hi and welcome to another tutorial of codingdemos, in this tutorial you will learn how to create android alertdialog single choice. For this tutorial i will be using the same example that i did for android multiple choice list dialog tutorial so be sure to check that out.Continue reading
Android custom alertdialog with never show again checkbox
Hi and welcome to another tutorial of codingdemos, in this tutorial you will learn how to create android custom alertdialog with never show again checkbox. We are going to build alertdialog that will show an example of app changelog for specific version, so let’s get started!Continue reading
How to make Android button clickable to start a new page
Welcome to another tutorial of codingDemos, in this tutorial i’ll show you how to make android button clickable to start new page.
Note: If you prefer to watch instead of reading the tutorial, you are welcome to watch it at this link: Android button tutorial
Le’t get started!!Continue reading