An application that lists the characters of the Boruto anime and displays the details of the characters
Technologies used in the project:
- Minimum SDK level 24
- 100% Kotlin based + Coroutines and Flow
- Android Architecture Components - Collection of libraries that help you design robust testable and maintainable apps.
- A single-activity architecture using the Compose Navigation to manage composable transactions.
- Lifecycle - perform an action when the lifecycle state changes
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- UseCases - Located domain layer that sits between the UI layer and the data layer.
- Repository - Located in the data layer that contains application data and business logic.
- Jetpack Compose - is Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code powerful tools and intuitive Kotlin APIs
- Android Hilt - Dependency Injection Library
- Retrofit - A type-safe HTTP client for Android and Java
- OkHttp - An HTTP client that efficiently makes network requests
- Room Database - An abstraction layer over SQLite that simplifies database access in Android apps.
- Paging 3 - Simplifies data loading and pagination in Android applications.
- Accompanist - Collection of extension libraries for Jetpack Compose that provide additional functionality and integrations.
- Coil - An image-loading library for Android backed by Kotlin Coroutines
- DataStore - Data storage solution by Google that provides a robust and scalable way to store and synchronize data for Android apps.
- Palette API - Tool in Android that extracts prominent colors from images enhancing UI design and theming.
- Ktor - Lightweight and asynchronous framework for building connected applications and services in Kotlin ideal for creating backends.
- Unit Testing - Isolating and testing individual software components to ensure they perform as expected.