简体   繁体   English

是否将iPhone Safari集成到Android中的视图?

[英]Integrate IPhone Safari like view in Android?

The main concept goes like this. 主要概念是这样的。 I have four listviews with its own data loaded at the same time. 我有四个同时加载其自身数据的listview。 Only one listview will be visible to the user. 用户只能看到一个列表视图。 Now, when the user presses a button, not only the current listview but also other three listviews should be minimized and then user can just scroll just as in Gallery and select the listview that one wants to open. 现在,当用户按下按钮时,不仅当前的列表视图而且其他三个列表视图都应最小化,然后用户可以像在Gallery中一样滚动并选择要打开的列表视图。

I hope you all have understood what I want. 希望大家都明白我想要的。

Let me know if someone have some idea of implementing such a User Interface in Android. 让我知道是否有人想在Android中实现这样的用户界面。

You can use either View.draw() or View.getDrawingCache() depending on what suits you best. 您可以根据自己的需要使用View.draw()View.getDrawingCache() Then just display them using Gallery or something similar. 然后只需使用Gallery或类似的东西显示它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM