J Joon Adrian Member Aug 10, 2018 #1 I would like to know how to make the program run from layout to layouts, for example, opening an app, there will be a first page and after few seconds then it will automatically direct you to the main screen(menu page)
I would like to know how to make the program run from layout to layouts, for example, opening an app, there will be a first page and after few seconds then it will automatically direct you to the main screen(menu page)
Erel B4X founder Staff member Licensed User Longtime User Aug 10, 2018 #2 Create another activity and start it with StartActivity(Activity2) Upvote 0
J Joon Adrian Member Aug 10, 2018 #3 Put StartActivity in the Activity_Create? and what's the Activity2, i typed my 2nd acitivty's name but the word is highlighted red... Upvote 0
Put StartActivity in the Activity_Create? and what's the Activity2, i typed my 2nd acitivty's name but the word is highlighted red...
Erel B4X founder Staff member Licensed User Longtime User Aug 12, 2018 #4 You should start with the programming guide: https://www.b4x.com/android/documentation.html Upvote 0