An Android library to simplify reading and writing to SharedPreferences, never write code like this anymore prefs.edit().putString("someKey","someString").apply()
Why Bulldog?
- Avoid boilerplate, error prone code, improve productivity.
 - Write less code, avoid bugs.
 - Easily organize your preferences.
 
from The Android Arsenal
No comments:
Post a Comment