Dentalab is sample Android application for managing dental clinic's client journal. Being an independent solution, Dentalab allows to work with multiple records of orders, perform filtered searching, and modify teeth formula via a simple built-in editor.
- Kotlin
as programming language
- kotlinx.DateTime for date & time manipulations
- Coroutines as asynchronous and multithreading operations framework
- Dagger Hilt for dependency injection
- XML
for building user interface layouts
- Material Design 3 as user interface design toolkit
- ViewBinding for accessing .xml view hierarchy
- Skydoves ColorPicker for implementing color picker
- Single Activity Architecture
for user interface structuring
- Fragments for managing user interface destinations
- androidx.Lifecycle for implementing Model-View-Intent pattern
- Navigation Component
for navigation
- Safe Args for transferring type-safe data between destinations
- Room for deploying & managing local database
- Preferences DataStore as key-value pairs storage
- Gradle Kotlin DSL for managing build configurations
i.e. what is unique among other samples?
- Model-View-Intent pattern for implementing unidirectional UI layer data flow via state, events & intents
- Custom LayoutManager for displaying formula modifications list in circular shape
- Custom SmoothScroller for centering home screen dates
- Usage of Material 3 date and time pickers for order form simplification
- Replacing toolbar action mode for copying and erasing formula tools
MIT License
Copyright (c) 2023 Rostyslav Kopyl
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.