Grohden / nice-animals

Simple android app that shows nice animals pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nice Animals

ktlint

Nice icon image

Description

Nice animals is a simple android app that shows some pictures of nice animals :D

It uses shibe.online as a source for those pictures

Why this?

This was a challenge to get a job, the first implementation was using java 8 + streams and completable futures, after some time I switched to kotlin and rx, replaced the streams with sequences (or simply decent function calls) and completable futures with observables. Then recently I migrated it to use android jetpack stuff (room, livedata, etc.)

I really like this app, and I'm experimenting things on it, it is still simple. Also, i made a version of this app using flutter here

TODO

  • Shared view transitions between grid and fullscreen view
  • Add favorite button
    • Add a bottom navigation with the favorite section
  • Download image to local gallery
  • Option to set image as background to launcher & lockscreen

About

Simple android app that shows nice animals pictures


Languages

Language:Kotlin 96.1%Language:Java 3.9%