Hi all I m developing an app in which the user can choose an image stored in the phone to use it as the image of the background. The context is next:
1.- User click on a button called load 2.- Then appears a gridview that load the image from the phone's memory not from resources/drawable 3.- The user choose the image that we will use to set the background of another activity I think that here are two parts of memory: the app memory /res and the phone memory and when the user choose the image my app must copy the image in its own directory Am i wrong? i m a little confuse because i don“t know the structure of the directories on android neither how to access to a directory and load files. I hope you help me to find the wright way. thank u in advanced -- 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

