Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 478 Bytes

File metadata and controls

12 lines (10 loc) · 478 Bytes

Android-Note-Application-Using-Fragments

Notes Taking Android Application with Login.

A Simple Notes Android app, which has the following features: Uses only 1 activity for the entire app and fragments for different screens. When a user starts the app, a login screen appears.
Uses shared preferences to track logged in user. Once the user logs in, display all notes of user. Allows to add a new note. Allows user to update a note. Allows user to delete a note.