It's my first time using Android. I've make an EditText in which the user can enter the URL of an image, then it downloads then image, and then it make a drawable out of the image. Now all I want to do is display the image in full screen without anything fancy. I'm looking through the framework and not finding anything. Is there a simple feature that makes a drawable go full screen until the user hits the home or back button?
On Feb 27, 11:21 am, Will <[email protected]> wrote: > If I have a Drawable object (on which I used .createFromPath > ([imagePath]) to get an image), what is the easiest and fastest way to > display the image in full screen? I just want the image from the > Drawable to take over the whole display until the user presses the > home or back button. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
