I want to store login details on Rhodes what i ll have to do.Like In android Shared Preference is there.please help me.

link|improve this question
feedback

1 Answer

You can store any piece of data (no need to synchronize) through the use of the local database access api (Rhom): Using the Local Database with Rhom

link|improve this answer
1  
how to Strore the login details and the response come from the server ,please give me some example how to save. – ranjit patel Feb 17 at 4:45
There are examples in the link I provided, look for "save". You need to define your own object that matches the profile information and how that matches what you have in your server. I can't do that for you as it depends completely on what your server returns and what information you care to keep. – Raul Vejar Feb 28 at 16:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.