This medical application is developed based on the MVVM architecture and adheres to Clean Code principles. Key features of this application include:
splash Screen | Home Screen | Home Screen |
---|---|---|
Specialties Screen | turn Screen |
---|---|
Profile Screen |
---|
< |
-
Custom Snackbar usage
-
Working with various Material 3 themes
-
Utilizing custom classes based on
MaterialShapeDrawable
and inheritance in drawables -
Using utility extensions
-
Gregorian to Jalali (Persian) date conversion
-
Changing the color and size of part of the text with
SpannableString
-
Dependency Injection with Hilt
-
Global font application with Calligraphy
-
Internet connectivity check
-
Bottom navigation implementation and styling
-
Working with ChipGroup
-
Custom views implementation
-
Customizing TabLayout styles
- MVVM Architecture
-
This project follows the MVVM (Model-View-ViewModel) architecture pattern for a clear separation of concerns and better testability.
Video
-
This project includes many more capabilities. Please support the project by giving it a star and forking it.