views:

20

answers:

0

Okay, so I am still learning to do some coding here, and I seem to have gotten stuck

I want to have a select number of documents added to a package for the android os but i dont know how to store said documents. Do I add them all under res/raw? or make an SQLlite database and call from there?

more importantly, I need to be able to call those documents when a search critia is added.

I was on the android reference site, and they add write functions for the SQLlite db, which I would prefer not having as an option

so the question boils down to, what kind of database should I implement here? I would prefer a link to an example, but anything would help at this point

THANKS!