Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCards

License API Build Status

🔥 MyCards is a small demo application that demonstrates modern Android Architecture based on MVVM. It uses Hilt, Coroutines, Flow, StateFlow, ViewModel, Jetpack Compose and Accompanist.

Tech stack & Open-source libraries

  • Minimum SDK level 24
  • Kotlin based, Coroutines + Flow + StateFlow for asynchronous.
  • Hilt for dependency injection.
  • Jetpack
    • Compose - Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android.
    • Lifecycle - Observe Android lifecycles and handle UI states upon the lifecycle changes.
    • ViewModel - Manages UI-related data holder and lifecycle aware. Allows data to survive configuration changes such as screen rotations.
    • Navigation - Navigation component helps with the implementation of navigation.
  • Architecture
    • MVVM Architecture - (Model - View - ViewModel)
    • UDF - Unidirectional Data Flow
    • Repository Pattern

MAD Score

summary kotlin kotlin

Architecture

MyCards is based on the MVVM architecture and the Repository pattern, following the Unidirectional Data Flow.

architecture

Screenshots Darkmode

Screenshots Lightmode

Detail View

Other

License

Designed and developed by 2021 Kuruchy (Bruno Retolaza)

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.

About

🔥MyCards Demo With Jetpack Compose

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages