Skip to content

@BindSharedPreferences

xcesco edited this page Jan 24, 2017 · 1 revision

This annotation mark a class like a shared preference. Kripton required all classes annotated with @BindSharedPreferences must have prefix SharedPreferences or Preferences.

Attributes

  • value: allow to define the file name for generated shared preferences. If it's no defined, class name will be used as filename too.

Usage

See SharedPreferences to see how to use it.

Table of Contents

Query definition

Features

Relations

Multithread supports

Modularization

Annotations for data convertion

Annotations for SQLite ORM

Annotations for shared preferences

Clone this wiki locally