Closed ghost closed 9 years ago
What it looks like at the moment:
Digging the interface. Pull to reload would be nice IMO if live updating is too complicated to implement. In any case tho I don't expect people to have this screen open for long enough stretches of time to make live updating absolutely essential.
Thanks :D Yeah, agreed. The idea of pull to refresh has been growing on me for implementing this, it makes sense in this scenario, people are used to it, etc. And like you said, live updating doesn't feel crucial by any means. And, pull to refresh will be a nice benefit for the amount of effort which is always nice :P
Kk added pull to refresh! Closing this one for now.
Discussing 6a76046922ffec6615728a6e2f3bc65ca98c451b
Some notes on implementation:
SharedPreferences
. It's a ridiculously small size of data. I think this is reasonable for now. (But when we cache other things going forward, as discuss below, this should probably join them).CalendarUtils
class for all thatCalendar
code..And on the more user-facing side:
Once discussion is resolved-enough for at least this release, and any changes that come with it, we can move forward with #13