I am trying to incorporate search suggestions into an Android app. All of the examples I can find have the searchable data stored in a sqllite database. Our code uses XML files to store all persistent data so we don't have a sqllite database to query.
I already have a Search Activity working with our existing search engine code. My question is, can I use XML as a data store instead of a database and still interface with the search suggestion feature of the Search Widget?