Heidar-An / Utilities

(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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Java 100.0%