How to change page on android application?

2020-05-06 12:31发布

问题:

I'm a newbie of android. I already designed my application consists of many pages. Anyone have a source code or anything which can let me know how to build it. For example : When I click a button, I want it changes page to next page. Thank you ka :)

回答1:

Run through the First App Tutorial. This will help you get an idea of how to manage Activities in android, which I believe is similar to the "pages" you are talking about.



回答2:

You need to read up on how to develop for android. Start with the Hello World tutorial, then work through the other tutorials. Then read the Application Fundamentals.