Skip to content

BookApp a sample application built to demonstrate the use of Jetpack Compose UI Toolkit with Modern android architecture components!

Notifications You must be signed in to change notification settings

MaikolSoro/BookApp

Repository files navigation

BookApp 📱

BookApp Android application is built with Modern Android application development tools or libraries. Aim of this project is to showcase Good practice implementation of Android application development with proper architecture design. Dedicated to all Android Developers with ❤️..

About this project 💡

BookApp Android app is available with traditional approach using Navigation Architecture as well as modern UI development toolkit i.e. Jetpack Compose UI.

Built with 🛠

  • Kotlin - First class and official programming language for Android development.
  • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
  • Jetpack Compose UI Toolkit - Modern UI development toolkit.
  • Accompanist - Accompanist is a group of libraries that aim to supplement Jetpack Compose with features that are commonly required by developers but not yet available.
  • Dependency Injection -
    • Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
    • Hilt-ViewModel - DI for injecting ViewModel.

Architecture

This app uses MVVM (Model View View-Model) architecture.

ANDROID ROOM DB DIAGRAM

🔖 License

MIT License

Copyright (c) 2021 Michael Soro Zúñiga

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.

About

BookApp a sample application built to demonstrate the use of Jetpack Compose UI Toolkit with Modern android architecture components!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages