Sunday, July 22, 2018

Starting With Android Studio Part-IV | Change starting activity

  • Android basic tutorial for beginners 
Hello friends welcome to Tech Punch.
In this tutorial we will see how to change starting activity.
Hope you have referred my previous blog for starting with android studio Part III.
Lets start!!

  • Start your project.
  • Select App folder from left hand side.
  • From that folder open manifest file. 
  • Look at the code you will find intent filter tag in code.
  • That code indicates the activity in which that code is present that activity will be the first activity.
  • Select that code and cut it from there.
  • Paste that code in Activity tag which you want to be open as first activity. 
  • All done now run your app and test it!!!

No comments:

Post a Comment