Awesome
<h1 align="center">Breaking Bad - Jetpack Compose</h1>
<p align="center">
<a href='https://developer.android.com'><img src='http://img.shields.io/badge/platform-android-green.svg'/></a>
<a href="https://kotlinlang.org/docs/whatsnew1920.html"><img src = "https://shields.io/badge/kotlin-1.9.23-blue" /></a>
<a href="https://developer.android.com/jetpack/compose/bom"><img src = "https://img.shields.io/badge/jetpack%20compose-2024.05.00-brightgreen" /></a>
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"/></a>
</p>
<p align="center">
<img src="/gif/0.gif" width="32%"/>
<img src="/gif/1.gif" width="32%"/>
<img src="/gif/2.gif" width="32%"/>
</p>
Tech Stack
- Jetpack
- Compose - Define your UI programmatically with composable functions that describe its shape
and data dependencies.
- Hilt - Extend the functionality of Dagger Hilt to enable dependency injection.
- Lifecycle - Build lifecycle-aware components that can adjust behavior based on the current
lifecycle state
- Room - Create, store, and manage persistent data backed by a SQLite database.
- ViewModel - Store and manage UI-related data in a lifecycle conscious.
- App Startup - initialize components at app startup.
- Clean Architecture (nowinandroid)
- MVVM pattern
- Kotlin Coroutines & Flows
- Material Design 3
- Single Activity
- StaggeredVerticalGrid
- Gradle Version Catalog
- Retrofit2
- Coil-Compose
- Timber
- Haze
- sharedElement
Multi Module
├── app
├── core
│ ├── common
│ ├── data
│ ├── database
│ ├── datastore
│ ├── designsystem
│ ├── domain
│ ├── model
│ └── network
└── feature
├── bottombar
├── detail
├── favorite
├── list
├── main
└── setting
License
Designed and developed by 2021 shinhyo
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.