Azhar has Published 723 Articles

How to start new Activity on click button in Android?

Azhar

Azhar

Updated on 31-Jul-2019 07:34:42

This example demonstrates about how do I start new Activity on click button in Android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new projectStep 2 − Add the following code to res/layout/activity_main.xml.   ... Read More

How to get current date and time from internet in android?

Azhar

Azhar

Updated on 31-Jul-2019 07:28:32

This example demonstrates about how do I get date and time from internet in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new projectStep 2 − Add the following code to res/layout/activity_main.xml.     ... Read More

How to pass a String from one Activity to another in Android?

Azhar

Azhar

Updated on 31-Jul-2019 07:15:06

This example demonstrates about how do I pass a String from one Activity to another in Android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new projectStep 2 − Add the following code to res/layout/activity_main.xml. ... Read More

Advertisements