An open API service indexing awesome lists of open source software.

https://github.com/pacjo/kittycode

Native Android client for [http.cat](https://http.cat) API.
https://github.com/pacjo/kittycode

android android-app api api-rest jetpack-compose okhttp3

Last synced: about 2 months ago
JSON representation

Native Android client for [http.cat](https://http.cat) API.

Awesome Lists containing this project

README

          

# KittyCode

Native Android client for [http.cat](https://http.cat) API.

## TODO:

- [x] implement persistent search history
- [x] move storage access to separate class
- [x] refactor navigation using jetpack-navigation library
- [x] animate image when changing screens (image should move from the center to the top where it appears in the `DetailsActivity`) - *Shared element transitions*
- [ ] fix enter to submit search
- [ ] add opening animation
- [x] change package
- [ ] fix `jvmTarget` deprecation in [build.gradle.kts](app/build.gradle.kts)