Skip to content

rolling-scopes-school/Android-2020-Task-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Android-2021-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(detekt and ktlint)

Optional:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published