tags:

views:

33

answers:

1

Hi, I am ne wto android.I get want to know whether we can maximize and minimize a whole application.it should work like ALT+TAB in windows.Please help me out.Thanks in advance..

+1  A: 

It's not possible. You should read Component Lifecycles

Kinda Alt + TAB on some Android devices works like holding longer the Home button, but is nothing like that in functionality.

Pentium10