top of page

Switching between Activities in Android Studio

  • Writer: Learning Android
    Learning Android
  • May 14, 2020
  • 1 min read

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

Comments


Subscribe Form

  • Facebook

©2020 by Learn Android. Proudly created with Wix.com

bottom of page