pwittchen / prefser

Wrapper for Android SharedPreferences with object serialization and RxJava Observables
Apache License 2.0
229 stars 26 forks source link

Extract Accessors to the separate class #109

Closed pwittchen closed 7 years ago

pwittchen commented 7 years ago

Extract Accessor interface to the separate file and logic responsible for initialization of Accessors to the separate class to make main Prefser class thinner.

It's good to do it for v. 2.0.7.

pwittchen commented 7 years ago

Done.