Share My Creation Kotak Client (Dropbox Clone)

Client

Updates:
version 0.20

1. "Preserve" file's last modified by using Java Object
https://www.b4x.com/android/forum/threads/set-file-modified-date-using-javaobject.170069/
2. Replace triangle icons with plus/minus icons in treeview
 
Last edited:

peacemaker

Expert
Licensed User
Longtime User
Good idea, the main here - the background files synchronisation loop, huge files size and total group amount... with minimal CPU usage, app interface and PC without freezing.
 

aeric

Expert
Licensed User
Longtime User
Good idea, the main here - the background files synchronisation loop, huge files size and total group amount... with minimal CPU usage, app interface and PC without freezing.
Using JSON API for the sync and apply some logics to make it lightweight.
 
Top