Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想避免在 android 选项卡中使用意图。所以我正在做视图,但我想要一个关于大型项目如何做到这一点的例子。
主要是因为我不仅显示在视图 xml 上配置的静态信息,而且当用户与视图中的按钮交互时,我会从服务器中提取大量信息。这个视图实现的代码看起来真的很长而且很混乱,而不是当每个视图都在一个单独的活动中时。
我想看看其他人如何以一种整洁有序的方式分离他们的方法。
这个例子hello-tabwidget离我要找的还很远,谢谢
hello-tabwidget
使用取景器。它就像文本切换器。您将布局放在 viewflipper 内,并在选择选项卡时触发它。
http://www.warriorpoint.com/blog/2009/05/26/android-switching-screens-in-an-activity-with-animations-using-viewflipper/