RimonGazi / Todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos

Functional spec :

Write a simple application presenting list of todos.

  1. The list should be taken from given source: https://jsonplaceholder.typicode.com/todos
  2. List should be stored in device database and accessible afterwards, even when device is offline
  3. List item should present Todo.title and Todo.status

Suggestions:

  1. Write clean, readable and well structured code
  2. There is no preferred language, technique or technology. It's an open task
  3. Task should not take more than 2 hours
  4. Example test cases are and reactive solutions are a plus
  5. Short summary of applied solutions warmly welcome

Design partner :

MVVM

Library

  1. APPCOMPAT
  2. MATERIAL
  3. CALLIGRAPHY
  4. ARCHITECTURE COMPONENTS
  5. RETROFIT
  6. RETROFIT_MOSHI_CONVERTER
  7. STETHO
  8. TIMBER
  9. DAGGER
  10. LEAK_CANNARY
  11. ROOM

Screenshot

App screenshot

About


Languages

Language:Kotlin 100.0%