Compose BreakingBad Save

๐Ÿงช โ˜ ๏ธŽ Jetpack Compose - Breaking Bad

Project README

Breaking Bad - Jetpack Compose

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

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.
Open Source Agenda is not affiliated with "Compose BreakingBad" Project. README Source: shinhyo/Compose-BreakingBad