[android-developers] Re: See thru application

2008-12-17 Thread Shawn
Well I had an app where I would dynamically create a listview and destroy it as needed but I find a listview inside of an activity seems to be a lot more resource intensive than a seperate intent for the listview. But I need it to look like the list apeares over the old activity kind of transpar

[android-developers] Re: See thru application

2008-12-17 Thread Dianne Hackborn
There are various translucent example activities in ApiDemos. Why are you saying you want to accomplish this without using the dialog theme? On Wed, Dec 17, 2008 at 8:27 PM, Protocol-X wrote: > > Does anyone know if there is a way to be able to visibly see the > content of an intent beneath you