Hi and welcome to another tutorial from codingdemos, today you will learn how to create android toolbar back button for your app.
You can use the android toolbar back button to navigate from one screen to another without having to tap on the actual device back button. Let’s get started 🙂
Continue reading
Android Toolbar Searchview Tutorial
Hi and welcome to another tutorial from codingdemos, today you will learn how to build an android app that uses android toolbar searchview, using android searchview will allow your users to search for something through your app.Continue reading
Android change language programmatically tutorial
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