https://github.com/cdckhang/simple-notes-app-with-firebase
A very simple Notes taking app for Android, using Fire Base as the online data storage.
https://github.com/cdckhang/simple-notes-app-with-firebase
android android-studio firebase-database java
Last synced: about 2 months ago
JSON representation
A very simple Notes taking app for Android, using Fire Base as the online data storage.
- Host: GitHub
- URL: https://github.com/cdckhang/simple-notes-app-with-firebase
- Owner: cdCkhang
- Created: 2024-09-25T02:09:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T04:05:54.000Z (over 1 year ago)
- Last Synced: 2025-03-10T05:56:12.688Z (over 1 year ago)
- Topics: android, android-studio, firebase-database, java
- Language: Java
- Homepage:
- Size: 126 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android Note Taking App Intergrated with Fire Base
Overview:
- This is a simple notes taking app made for Android device.
- Core app functionalities and user interfaces are made using Android Studio.
- User's data like usernames, passwords, and notes are saved using Firebase, a cloud service provided by Google.
Functionalities:
- Support full CRUD functionality for managing notes .
- Allow users to take notes offline, the data will be sync after with internet connections.
- Manages accounts related tasks such as sign up, login and password recovery.
Technologies Used:
- Front-end: The graphical interfaces designed using .XML files to make along with app functionalities implemented in Java.
- Back-end: Fire Base as the cloud provider for online data storage and synchronization.
Installation:
- Download the source code directly from this repo and build the app locally.
- Download from the latest releases.
Video Demo
Screenshots:
Sign up
Login
Password Recovery
Notes showcase
Edit note
Video demo
