Skip to content

zygaiteMP/Compose-BreakingBad

 
 

Repository files navigation

Breaking Bad - 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.
  • MVVM pattern
  • Kotlin Coroutines & Flows
  • Material Design
  • Single Activity
  • StaggeredVerticalGrid
  • Accompanist
  • Retrofit2
  • Glide
  • Timber

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

   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

No packages published

Languages

  • Kotlin 100.0%