Skip to content

Instantly share code, notes, and snippets.

@shikajiro
Created December 4, 2013 15:37
Show Gist options
  • Save shikajiro/7789652 to your computer and use it in GitHub Desktop.
Save shikajiro/7789652 to your computer and use it in GitHub Desktop.
@SharedPrefのサンプル
@SharedPref(value=Scope.UNIQUE)
public interface MyPrefs {
@DefaultLong(-1) long userId();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment