Skip to content

nhphuoc0605/Compose-BreakingBad

 
 

Repository files navigation

Breaking Bad - Jetpack Compose

ktlint

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 Design3
  • Single Activity
  • StaggeredVerticalGrid
  • Gradle Version Catalog
  • Retrofit2
  • Coil-Compose
  • Timber

Multi Module (nowinandroid)

If you think this reposittory is useful, please press the star button at the top. ⭐️

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:https://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.

About

🧪 ☠︎ Jetpack Compose - Breaking Bad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Kotlin 99.4%
  • Shell 0.6%