How to get the data buffer of screen in screen stack in Android?

Posted by Glory Jiang on Stack Overflow See other posts from Stack Overflow or by Glory Jiang
Published on 2010-06-11T07:26:20Z Indexed on 2010/06/11 7:33 UTC
Read the original article Hit count: 254

Filed under:

Currently I want to develop one Activity to allow the user to see the screens/activites of all running tasks , then the user can select one of them to switch it to foreground. As I known, HTC Sence seems already to have this implementation for Home screen, to display the thumbnail of all Home panels in one screen. Does anybody know how to access screen stack in Android? Thanks.

© Stack Overflow or respective owner

Related posts about android