I have a case of following:
- I have an object called \[code\]Song\[/code\] with one of its attribute is \[code\]Name\[/code\].
- I have a sqlite database that can contain the Song up to million records.
- I need to do a live search (upon user tapping a letter, the app will directly search it) for the Song's Name attribute.