向应用程序添加第二个页面
我有一个应用程序,其中一个位置包含太多信息,因此我想添加下一个按钮 这将导致一个新页面以获取更多信息。有没有简单的方法可以做到这一点? (我目前是新手用户)。
感谢您的帮助。
I have an app that has too much information in one spot so I wanted to add in a next button
that would lead to a new page for more information. Is there an easy way to do this? (I am currently a novice user).
Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个新的活动 page2,并在 page1 上有一个通向 page2 的按钮侦听器。或者您也可以使用 ScrollView 或 SlidingDrawer。
You can create a new activity page2 and have a button listener on page1 that leads to page2. Or you can use ScrollView or SlidingDrawer too.