Skip to content

(First) Android application allowing users to create and save notes/alarms. To store notes, the application uses the Room library which stores the data locally, providing a layer of 'abstraction' over SQLite.

License

Notifications You must be signed in to change notification settings

Heidar-An/Utilities

Repository files navigation

Utilities (A Notes And Alarm Application)

Summary

Android application made that allows users to store and create notes/alarms. Notes & Alarms were stored locally, using the Room (persistance) library, which is a layer above SQLite.

Technologies

  • Java, version: 11
  • Android Studio - IDE, version: 2020.3.1
  • Room Library, version: 2.2.4

About

(First) Android application allowing users to create and save notes/alarms. To store notes, the application uses the Room library which stores the data locally, providing a layer of 'abstraction' over SQLite.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages