top of page
Writer's pictureLearning Android

Switching between Activities in Android Studio

Updated: May 18, 2020


In this video tutorial, you will learn to create a simple Android app in Android Studio, involving switching between two activities by passing Intent. The intents are messages that are passed between two activities. In this tutorial we create an Activity with a button. On clicking the button, a function is called which performs transition using Intent. The same action is performed in another Activity to return back to the original page. This basic tutorial is made for beginners who wants to learn simple android concept for growing with Android. For more information and source code visit our website: https://www.learnandroid.net

147 views0 comments

Recent Posts

See All

Comments


bottom of page