This group is mainly to help point you in the right diection and then let you figure the code out. You could start the process with the Java I/O like Mr. Murphy said here:
http://developer.android.com/reference/java/io/File.html Steven Studio LFP http://www.studio-lfp.com On Saturday, October 15, 2011 1:47:08 PM UTC-5, Gaurav wrote: > > can u help me out how to do that... > can u tell me its coding?? > > On Wed, Oct 12, 2011 at 4:40 PM, Mark Murphy <[email protected]>wrote: > >> If you are limiting your search to media, use the MediaStore content >> provider. Otherwise, you will need to scan external storage yourself >> using standard Java I/O. >> >> On Tue, Oct 11, 2011 at 2:50 PM, Gaurav <[email protected]> wrote: >> > Hi, >> > I am making an application in which i want to search files on external >> > memory by name. >> > In that application user will enter the name and the app will list all >> > the files (including images,songs,videos etc) having that name from >> > external memory. >> > I want to know how can i implement this thing in my application. >> > please help. >> > >> > Hoping to see your reply soon. >> > >> > Gaurav >> > >> > -- >> > 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 >> > >> >> >> >> -- >> Mark Murphy (a Commons Guy) >> http://commonsware.com | http://github.com/commonsguy >> http://commonsware.com/blog | http://twitter.com/commonsguy >> >> Warescription: Three Android Books, Plus Updates, One Low Price! >> >> -- >> 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 >> > > -- 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

