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 transparent. I've tried the transparent examples but have never successfully goten one to work due to an error of it saying it cannot find the transparent theme files. I've ensured I downloaded aeverything in the examples to test -----Original Message----- From: "Dianne Hackborn" <[email protected]>
Date: Wed, 17 Dec 2008 21:55:57 To: <[email protected]> Cc: <[email protected]> Subject: Re: [android-developers] See thru application 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 <[email protected]> wrote: > > Does anyone know if there is a way to be able to visibly see the > content of an intent beneath your current intent? > for example. if i make my app theme a dialog based and open my app i > can still see the home screen beneath it. im looking to accomplish > this without using a dialog theme.. is it possible?> > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

