Animite is an unofficial Android (and potentially iOS) client for AniList (and potentially MAL).
The app tries to make use of the latest libraries and APIs:
- Architecture: MVVM.
- Networking: Apollo Kotlin, Kotlin Coroutines, and COIL.
- UI/UX: Made purely with Jetpack Compose; assets using Figma.
- Dependency Injection: Hilt.
- Gradle: Version catalogs.
At the moment, the app uses Google's choice for app architecture, MVVM, since I don't know any better.
Some apps that I referred to while developing:
Libraries:
Copyright 2022 imashnake0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.