Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 992 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 992 Bytes

RS Android Task 6

We have to implement basic client for TED RSS feed

Base Requirements

Screen one

  1. Main screen of the app should show list of videos from TED rss feed. See the example above.
  2. App should work with two data sources!
  1. App should support Light and Dark theme

Optional Requirements

Screen two

  1. Implement second screen with video preview, see the example above.
  2. Add support of landscape orientation.

The main goal of this task is to try MVP architecture and see the benefits, so think about architecture before starting the task.