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.
- Host: GitHub
- URL: https://github.com/pacjo/kittycode
- Owner: pacjo
- License: gpl-3.0
- Created: 2025-05-30T17:13:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-21T18:59:53.000Z (12 months ago)
- Last Synced: 2025-06-21T19:38:22.499Z (12 months ago)
- Topics: android, android-app, api, api-rest, jetpack-compose, okhttp3
- Language: Kotlin
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)