Dealing with a large database in Android

前端 未结 3 1508
-上瘾入骨i
-上瘾入骨i 2020-12-16 14:59

I\'m currently developing an app that has the potential to create a very large database. I had planned on installing the app on the SD card to allow for some extra room. Rec

3条回答
  •  执笔经年
    2020-12-16 15:20

    As mentioned above, you can use Berkeley DB (not the Java Edition) on Android. I described the steps of the cross-compiling process here since it requires minor tweaking.

提交回复
热议问题