Skip to content

RamgLibrary is a mobile application used to store and access e-books online. It allows users to have access to books that are uploaded in the app. The user can also download the books to their internal phone storage.

Notifications You must be signed in to change notification settings

Collince-Okeyo/RamgLibrary

Repository files navigation

RamgLibrary

RamgLibrary is a mobile application used to store and access e-books online. It allows users to have access to books that are uploaded in the app. The user can also download the books to their internal phone storage.

The main aim to build this app is to learn the following topic:

  • Dependency injection with Dagger-Hilt
  • MVVM architecture
  • Room database
  • Firebase Realtime database

Libraries

  • Kotlin - Kotlin is a programming language that can run on JVM. Google has announced Kotlin as one of its officially supported programming languages in Android Studio; and the Android community is migrating at a pace from Java to Kotlin
  • Navigation Components - Helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.
  • Viewmodel -The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way
  • LiveData - A lifecycle-aware data holder with the observer pattern
  • Kotlin Coroutines - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously
  • Hilt-Dagger - Hilt is a dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project. Doing manual dependency injection requires you to construct every class and its dependencies by hand, and to use containers to reuse and manage dependencies.
  • MVVM - MVVM stands for Model, View, ViewModel. Model: This holds the data of the application. It cannot directly talk to the View. Generally, it's recommended to expose the data to the ViewModel through Observables.
  • Room Persistance library - The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.
  • Firebase - Is a platform developed by Google for creating mobile and web applications.

Screenshots

Demo

About

RamgLibrary is a mobile application used to store and access e-books online. It allows users to have access to books that are uploaded in the app. The user can also download the books to their internal phone storage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages