markzhai/RememberEditText

Make cache loading asynchronous

Open

#5 opened on Sep 10, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (31 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (162 stars)
PR merge metrics
 (PR metrics pending)

Description

As PersistMap init SharedPreference on constructor, though it is static thus only init once, it can still be optimized to be an asynchronous operation

Contributor guide