Skip to content

Siroque/ReweQAD

Repository files navigation

ReweQAD

A demo app with Android Jetpack / Architecture Components written in Kotlin.

Libraries Used

  • Foundation - Core system capabilities
    • AppCompat - Degrade gracefully on older versions of Android.
    • Test - An Android testing framework for unit and runtime UI tests.
  • Architecture - Architecture components
    • Data Binding - Declaratively bind observable data to UI elements.
    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • Navigation - Handle everything needed for in-app navigation.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • Room - Access your app's SQLite database with in-app objects and compile-time checks.
    • ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
    • WorkManager - Manage your Android background jobs.
  • UI - UI Components
    • Fragment - A basic unit of composable UI.
    • Layout - Lay out widgets using different algorithms.
  • Third party

License

None

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages