Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phyulwin/notes_app_with_firebase_android_studio_2024
Memo Ease Notes App
https://github.com/phyulwin/notes_app_with_firebase_android_studio_2024
android-studio firebase gradle java
Last synced: about 1 month ago
JSON representation
Memo Ease Notes App
- Host: GitHub
- URL: https://github.com/phyulwin/notes_app_with_firebase_android_studio_2024
- Owner: phyulwin
- Created: 2024-07-02T00:26:01.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-11T04:14:40.000Z (7 months ago)
- Last Synced: 2024-07-11T05:28:05.542Z (7 months 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
![Local Image](app/src/App%20Screenshots/Screenshot_20240702_165947.png)
![Local Image](app/src/App%20Screenshots/Screenshot_20240702_170403.png)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.
![Local Image](app/src/App%20Screenshots/Screenshot_20240702_170102.png)
![Local Image](app/src/App%20Screenshots/Screenshot_20240702_170028.png)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**
![Local Image](app/src/App%20Screenshots/Screenshot%202024-07-02%20170148.jpg)### 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!