It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetori开发者_运维百科cal andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetori开发者_运维百科cal and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
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.
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.
精彩评论