English 中文(简体)
1. 确立全球倡议目标,在页数之间转换[同文]
原标题:Setting Up GUI Object to Switch between Pages [android]

为努力使甲状腺更加美好,我的新的学习项目正在形成一种习俗观念,即全球倡议反对在“网页”之间转用。 一个实例是,将目标用于社会网络,从一个简介页、一个朋友页和一个信息页转换。

我想,这个目标在一切时候都出现在屏幕上。

关于我的问题:

我如何处理这些网页,以便物体只装载一次,在装上不同页页之间总是可以看到吗?

我将每一页作为自己的活动,但我担心,如果一页被选定,新活动被装上,我的物体首先会随着旧活动而消失,然后重新开始新的活动。 不仅使用多种活动对我来说是完全错误的,而且在选定新网页时,每次重载物体也似乎效率低下。

这使我想,每一页都没有必要成为新的活动,可能只是装上新的布局,同时把物体放在前面,或者像我不相信的那样。

I ve never done anything with multiple "pages" so I apologize if this is a dumb question

最佳回答

为这类事情建立了观点。 敬佩你们的布局,可以横向挖掘。

http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html

问题回答

暂无回答




相关问题
How to start to create an application GUI using C#?

HI! I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg Is this easy in C#? Is there ...

Automatic height of edit box

My shoes application has three items stacked on top of each other (with a stack, of course), in order: A banner An edit box Two buttons in a flow What I want to do is have the banner stay at it s ...

Search by using the keyboard in a list/grid - algorithm

I need to implement a custom search in a grid and I would like to find some user interface guidelines that explain the standard way to implement it. I mean this kind of search that is initiated by ...

UI And TcpClient Issue in vb.net

I m having some problems with a small ircbot i m writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text ...

UI Convention: Shortcut key for application exit? [closed]

Is there a convention for the shortcut keys for application exit? Some applications uses Alt+X some others use Ctrl+ X and Ctrl+Q. Applications like FF and IE doesnot assign a shortcut at all. So is ...

热门标签