Syntactec / subreddify-android

An Android app that notifies the user when new content is posted to a subreddit.
MIT License
1 stars 0 forks source link

User can select subreddits to monitor #1

Closed thomaskeschl closed 7 years ago

thomaskeschl commented 7 years ago

As a user, I want to be able to choose subreddits to monitor, so that I can receive notifications about new content in those particular subs.

Acceptance

thomaskeschl commented 7 years ago

Some things that I've found so far that will need further work and thought:

  1. DI isn't straightforward with the generated app that Android Studio provides. There are MVP-style ways of organizing an Android app, but the stock activities don't use them. This means it will be a moderate effort to rewrite the app in a style that can make the most use of Dagger2, without having it feel like it's glommed on and making things less readable.
  2. I'll probably push the background polling mechanism work to the next story. The sync button as written now will actually meet the acceptance criteria. Polling will have to take into account sleep and out of service states.