[android-developers] Simple Search App -- Help Required

2011-02-25 Thread Arun N R
Hi, I am new to Android Development. I am trying to write a small search application. My requirement is: I have a list of 1000+ names in a text file. I just want to check whether a particular name is existing or not in the list. My UI should have just have one searh box and menu to add more

Re: [android-developers] Simple Search App -- Help Required

2011-02-25 Thread Justin Anderson
Have the constructor in your adapter class read the file and place the names in an array... On Fri, Feb 25, 2011 at 2:14 AM, Arun N R coolgeminia...@gmail.com wrote: Hi, I am new to Android Development. I am trying to write a small search application. My requirement is: I have a list of