Android Question CloudKVS and map

frla

Member
Licensed User
Longtime User
Hi,

I am using CloudKVS and want to sync between two devices e.g. tablet and phone.
I tried to use a Map with several objects to put/get but it seems as if they overwrite each other.

From what I understand I probably need to use the GetAll and then have the objects merged into my own local map?
And also treat each object with get/put key using some kind of key combined of <class>:key value so I can figure out what's what?

From the example I can only see a more simple solution so I just want to check if my thinking is correct or that I have some other issue.

Regards, Fredrik.
 
Top