Code

Learn free code

How to create project in android studio?

In this post we will learn how to create a project on Android Studio and run on android emulator step wise, You must have Android Studio installed properly…We will cover followings:✔Create New Project✔Use Empty Activity ✔Run Project on emulator ✔Print “Hello World” Step 1: Open Android Studio & Click “Start a new Android Studio Project”. Step […]

How to create project in android studio? Read More »

How to move From one Activity to another Activity in Android Studio

In this tutorial we will learn how to open new activity when a button is clicked using android studio. move From one Activity to another Activity in Android Studio. When button in an activity(Main Activity) is clicked the new activity(New Activity) will be opened.. Step 1: Create a new Project of open new project: How

How to move From one Activity to another Activity in Android Studio Read More »

How to move From one Activity to another Activity in Android Studio Kotlin

In this tutorial we will learn how to open new Activity when a Button is clicked using Android Studio in Kotlin language. When button in an activity(Main Activity) is clicked the new activity(New Activity) will be opened. Step 1: Create a new Project or open new project Step 2: Create a new Activity(e.g. Empty Activity) Step 3: Code activity_main.xml

How to move From one Activity to another Activity in Android Studio Kotlin Read More »