什么是要求使用CouchDB的在Android?CouchDB、Android

2023-09-04 07:41:33 作者:涼了時光病了心

我想知道使用 CouchDB的在Android上的要求。我发现一个示例应用程序和的 MobileFuton 。

I'd like to know the requirements to use CouchDB on Android. I've found an example application and the MobileFuton.

可以CouchDB的使用,而无需外部存储,是它在低端设备上使用,因为它是说,有一个大的内存和存储空间?

Can CouchDB be used without having an external storage and is it usable on low-end devices as it is said to have a large memory and storage footprint?

请注意相关的 CouchDB的论坛主题

推荐答案

外部存储(SD卡)所需的Couchbase为Android。我错过了这一点,并没有有一个在我的模拟器配置。我花了一点要弄清楚这就是问题所在。

External storage (an SD card) is required for Couchbase for Android. I missed this and didn't have one configured on my emulator. Took me a bit to figure out that was the problem.

我的应用程序大(移动标准)。它的重量在15 MB。我使用EKTORP(CouchDB的JPA像抽象),其中有几个依赖关系,一个需要单独的Apache HttpClient的版本(使用jarjar链接到了Android prevent冲突运HttpClient的版本)。下面提供的链接中EmptyApp的重量在10 MB。

My application is big (for mobile standards). It weighs in at 15 Mb. I am using Ektorp (CouchDB JPA like abstraction) which has several dependencies, one which requires a separate Apache HttpClient version (used "jarjar links" to prevent conflicts with the Android shipped HttpClient version). The EmptyApp available from the link below weighs in at 10 Mb.

如果大小不是一个要求,我会推荐它。发展是一个绝对的梦想。

If size isn't a requirement, I'd recommend it. Development was an absolute dream.

这是最好的教程中,我发现它设置: http://www.couchbase.com/wiki/display/couchbase/Android

This is the best tutorial I found on setting it up: http://www.couchbase.com/wiki/display/couchbase/Android

 
精彩推荐
图片推荐