My current MainActivity
is a navigation drawer. I want to make another activity on top of the navigation drawer. Lets make that activity StartActivity
.
On StartActivity
there is a start button. What i want to do is make the StartActivity opens up first when the app runs. And when the user presses the START button on the StartActivity, it will direct him/her to the navigation drawer.
is this possible?
0 comments:
Post a Comment