artem-zinnatullin / android-wail-app

DEPRECATED Android Last.fm scrobbler. Recruiters: please don't look at this project.
MIT License
121 stars 36 forks source link

Wail settings optimization #69

Closed ilya-murzinov closed 9 years ago

ilya-murzinov commented 9 years ago

@artem-zinnatullin:

Lint suggests to use SharedPreferences.Editor.apply() instead of commit() for better performance, apply will happen in background thread, commit in caller (Ui) thread

ilya-murzinov commented 9 years ago

After merging #68