Showing posts from April, 2021
How to show DatePicker when you click on the edit box. We will create a simple date dialog. When a person clicks on the edited text, the popup window shows the selected date. activity_main.xml <?xml version="1.0&qu…
How to display toast when clicking on the button. This video shows you how to display a toast message in android. We will display to toast message long length and a short length. activity_main.xml <?xml version="1.0&q…
How to Go from one activity to another and another activity to the first activity In this post, I am going to show you how to move the one activity to another on the click button. In this post, we will use onclick method without…
How to create splash screen in android studio An easy and simple method to create a Splash screen. This video gave an easy method to create the first android screen. We create 2 activity first launch activity mean splash screen …