Showing posts from April, 2021

How to Display Toast message in android studio

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…

Onclick one to another Activity in android studio

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

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 …

That is All