I'm writing an android weather app, which needs a city information list.
The list is quite long, and spends long time to be downloaded from internet.
So I want to save it in my .apk file, and load it without internet connection, but don't know how.
I tried to save it in a java class, but it's toooo huge and costs much memory.
Are there some ways to solve it? Thx!