> I am new to android and i need to play list of audio files in my > application. > but iwhere can i put all the audio files as its large in size arround > 45 MB ?
Download them off the Internet and store them on the SD card. The Environment class has a method that can tell you where the SD card is located. > and how can i access it ? Use the aforementioned Environment class, build a path, and access the files. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

