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.