🎉 Native Android application built with Kotlin and Jetpack Compose. This project also illustrates the usage of advance libraries such as Ktor, SqlDelight, Hilt etc with the recommended practices.
Supports Material You if you are using Android 12.
Libraries Used | For | Source/Documentation |
SqlDelight | Caching | https://github.com/cashapp/sqldelight |
Ktor | Fetching | https://github.com/ktorio/ktor |
Dagger-Hilt | Dependency Injection | https://github.com/google/dagger |
Coil | Image Loading | https://coil-kt.github.io/coil/compose/ |
- The app also includes example usage of Scaffold API, handling backPress, theming, best practices of Jetpack Compose.
- Implement dark mode toggle using Jetpack Datastore.
- Add Unit tests
Copyright 2020 Kasem S.M
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.