tray
tray copied to clipboard
a SharedPreferences replacement for Android with multiprocess support
there is documentation or functionallity about how to use TrayPreferences with an **external App**? something like: ``` public class AppPreferencesManager extends TrayPreferencesConnector { // setting up access: // like uri...
If the goal of this project is to be a SharedPreferences replacement, it should support PreferenceFragment / PreferenceActivity, but I don't see that ability.
Just an FYI letting you i created a new library that utilizes tray to implement sharedpreference UI. It also handles Set < String > using JSON and saves it as...
Hi Tray team, What do you think of adding the ability to read an input stream from a tray item and write to a tray item using an outputstream ?...
Would it be possible to add a memory cache mechanism to Tray to boost its performances. Something inspired by https://github.com/tumblr/Remember ?
I have a question,when a call **mPrefs.get("key")** on the ui thread, and it is synchronous, will it block the UI thread when the data is so big?