是否有限制,以数据库的大小,我可以在Android OS应用程序中使用?应用程序、大小、数据库、Android

2023-09-03 21:02:57 作者:偏执狂

我一直想建立长时间的Andr​​oid应用程序,现在,我只是还没有来得及尝试学习如何做,所以我已经外包给有信誉的公司在印度。我的应用程序是一个非常简单的数据库驱动的应用程序的读者。最初,开发公司说,有我的应用程序的想法没有问题,他们会在2个星期已经完成它。

I have wanted to build an Android app for a long time now, and I just haven't had time to try to learn how to make it so I have outsourced it to a reputable company in India. My app is a really simple db driven reader app. Initially, the development company said there was no problem with my app idea, they'd have it done in 2 weeks.

但后来,他们回来对我说,我的内容是太大了Android操作系统,而这是不可能作出。对于内容,我有不同语言的一本书,只是显示的文本。每个sqlite的分贝大约是12-15 MB。

But then, they got back to me and said that my content is too large for the Android OS, and that it wasn't possible to make. For content, I have the text of a book in different languages that is simply displayed. Each sqlite db is about 12-15 mb.

这是真的,操作系统无法处理数据库的这种规模的?这看起来不正确。如果这是真的,我能做些什么来解决这个问题?做任何你有这个问题的经验?

Is it true that the OS can't handle db's of that size? THat doesn't seem right. If that is true, what can I do to get around the issue? Do any of you have experience with this issue?

非常感谢

推荐答案

programmitically使用,据我所知,有数据库大小没有限制,而不是你可以限制你的数据库大小 setMaximumSize(DB_SIZE )。只要您的设备有足够的存储数据库会根据数据的大小增长。

As far as I know, there is no limit of the database size, instead you can limit you database size programmitically using setMaximumSize(DB_SIZE). As long as your device has sufficient storage your database will grow according the size of data.

请参阅此线程:的http://groups.google.com/group/android-developers/browse_thread/thread/a743a3a5a6f5f353?pli=1

 
精彩推荐
图片推荐