简体   繁体   中英

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. 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.

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.

You can use either View.draw() or View.getDrawingCache() depending on what suits you best. Then just display them using Gallery or something similar.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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