Skip to content
#

sharedpreferences

Here are 407 public repositories matching this topic...

ningacoding
ningacoding commented Feb 19, 2016

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 of Tray ContentProvider
}

so we can use

AppPreferencesManager  appPref;
appPref.put(key,value);
storedValue = appPref.get(key,value);

from **any app ou

jmfayard
jmfayard commented Oct 25, 2019

Hello,

you did the hard part of documenting which is writing the content.

I recommend as a next step to put all those markdown files in a website Gradle module powered by Orchid

See https://github.com/JavaEden/Orchid

I use it for my own needs and find it good, less well known that Hugo, Jekyll, Gatsby, but it fits right in with our skills: Gradle, Kotlin.

The way to get started is

Improve this page

Add a description, image, and links to the sharedpreferences topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sharedpreferences topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.