https://github.com/phyulwin/notes_app_with_firebase_android_studio_2024
Notes App With Firebase Android Studio
https://github.com/phyulwin/notes_app_with_firebase_android_studio_2024
android-studio firebase gradle java
Last synced: about 2 months ago
JSON representation
Notes App With Firebase Android Studio
- Host: GitHub
- URL: https://github.com/phyulwin/notes_app_with_firebase_android_studio_2024
- Owner: phyulwin
- Created: 2024-07-02T00:26:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T04:14:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T16:40:39.136Z (over 1 year ago)
- Topics: android-studio, firebase, gradle, java
- Language: Java
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memo Ease Notes App
## Description
A simple Notes App that allows users to create and manage their notes. To run the app on an android device, please intall [app-debug.apk](https://github.com/phyulwin/notes_app_with_firebase_android_studio_2024/blob/master/app-debug.apk) from the master branch.
### Screenshots


This is the main entry point for users, where they can sign up for a new account or log in with an existing account.
### Adding a New Note
This feature allows users to add new notes by entering a title and content.


This feature displays a list of all notes that have been added, with options to edit or delete each one.
### Technical Details
##### Built using **Android Studio**
##### Technologies: **Java, Firebase**

### Contributing
If you'd like to contribute to this project, please create a new issue or submit a pull request.
### License
This project is licensed under the Creative Commons License.
##### Note to self: TestRun_123456_"C:\Users\[username]\AndroidStudioProjects\MyApplication\app\build\outputs\apk\debug\app-debug.apk"
##### Special thanks to [Easy Tuto](https://youtu.be/jzVmjU2PFbg?si=x9wrCBHMz0D_C4Wo) for guidance!