Zotable: a modern Zotero client for Android
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Zotable should be pulled from the Play store ASAP. After trying it out for a second time, I didn't get my money back. This is a rip-off.
Mela
As I (and probably many other researchers) have a huge Zotero database, all solutions based on cloud sync are not going to help.
But I'm confused as to why you think that solutions that use syncing wouldn't work for you. There are 3 possible limits I see:
- Storage space on Android devise
- Storage space on Zotero sync or WebDAV
- Limited bandwidth
If (1) is a concern, you'd likely need a client that did not automatically sync attachments or would need to put the zotero data on an SD card or a USB stick that you could plug into your Android devive.If (2) is a concern, you'd need to find a service with a greater amount of space. This may involve spending money, but is certainly possible for the sizes you mentioned in the other thread.
If (3) is a concern, note that file sync only happens once per file. Some clients may allow you to upload attachments offline or not auto-sync them. You can likely perform large syncs over wifi, which tends to be less limited than a mobile data plan.
Generally it would be better to have a proper sync via the Zotero API rather than having to copy a database. It would be faster, easier to implement 2-way sync and manage several devices (conflicting changes are less likely when individual entries are synced rather than the whole db).
Is there a capable programmer here who might help the Erathosthenes developer with a sync via Zotero API? Erathostenes seems the best choice as it is in active development and the developer already has a Zotero sync in his wishlist for the next major version (https://bitbucket.org/mkmatlock/eratosthenes/wiki/Changelog).
The Zotero web interface is good as well, but it's important to have a client that works completely offline. For me at least, because I'm most likely to use the tablet when I don't have internet (e.g. travelling).
In another thread, paoloaranha noted he has 10 GB to download. The bulk of that would be attached files, so I assume the concern is over how these attachments are handled by Android apps.
In apps that are essentially interfaces/browsers to the online database (such as Zed Lite), these files are downloaded when requested (not everything automatically). The total size of your attachments is likely of very little concern, as you typically would pull only the few files that you have an immediate need to interact with.
For those interested in seeing Zotable's code, I went ahead and pushed it to a branch of Zandy and made an unmergable PR: https://github.com/avram/zandy/pull/134/files
Sorry to see that this is still an incomplete solution-- and unfortunately I still am not in a position to make a whole lot more investment in Zotero for Android myself.
Thanks