Patotski-AS / Android-2020-Task-5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-2020-Task-5

Cat's API

Downloading and saving cats!

Use this API: https://docs.thecatapi.com/ to implement the app with the following features:

  1. Ability to download and show cats in a list. (Use Glide or Coil)
  2. Pagination (your recycler should upload fresh portion of cats every time it reaches the end)
  3. Detailed view. After clicking the cat in the recycler “full” image should be opened with card flip animation.
  4. User could save the image to the Galery.

Use Retrofit to call REST API

Use static code analyzers(detect and ktlint)

Optional:

  1. You can try Kotlin scripts for build system.
  2. Cover logic with unit tests (Spek2 + Mockk)

About