davidwekesar / HealthCareApp

An android application to register patients, take vitals, collect additional information via two custom forms and list the patient details.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HealthCareApp

An android application to register patients, take vitals, collect additional information via two custom forms and list the patient details.

Screenshots

Libraries

  • Android KTX - Write more concise, idiomatic Kotlin code.
  • Architecture components
    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • LiveData - Build data objects that notify views when the underlying database changes.
    • ViewModel - Store UI-related data that isn't destroyed on app rotations. Easily schedule asynchronous tasks for optimal execution.
  • Third party libraries
    • Hamcrest - for making assertion statements more readable.
    • Timber - a logging library for Android

Backend

  • Firebase - uses realtime database to store and sync data.

About

An android application to register patients, take vitals, collect additional information via two custom forms and list the patient details.


Languages

Language:Kotlin 100.0%