JetTrips is a Android application implemented in Jetpack compose.
- Jetpack compose
- Nested Jetpack compose navigation
- Single activity, no fragments, only composable destinations.
- Kotlin - First class and official programming language for Android development.
- Coroutines - To improve performance by doing I/O tasks out of main thread asynchronously.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- Jetpack Compose - Jetpack Compose is Android’s recommended modern toolkit for building native UI
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- Kotlinx.serialization - Provides sets of libraries for various serialization formats – JSON, CBOR, protocol buffers, and others.
- Coil - An image loading library for Android backed by Kotlin Coroutines.
- Dagger-Hilt For Dependency injection (DI)
- Room database - Persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
[Apache License 2.0][license]
Copyright (c) [2024 - Present]
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.