Suppose you were writing an app that stored a large, ordered data structure that remains static through the life of the application. What's the best way of including that kind of data in your Android app?
(In my particular case, I'm working on a Unicode character map, and I need a place to stick data about the characters to display.)