Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amiralisajadi/noteboi
An Android note-taking app with online storage and Parse Server integration, showcasing my early Android development skills.
https://github.com/amiralisajadi/noteboi
android android-studio java note-taking parse-server
Last synced: about 1 month ago
JSON representation
An Android note-taking app with online storage and Parse Server integration, showcasing my early Android development skills.
- Host: GitHub
- URL: https://github.com/amiralisajadi/noteboi
- Owner: AmiraliSajadi
- Created: 2019-08-18T17:17:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T23:53:49.000Z (about 1 month ago)
- Last Synced: 2024-12-31T00:26:51.504Z (about 1 month ago)
- Topics: android, android-studio, java, note-taking, parse-server
- Language: Java
- Homepage:
- Size: 858 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteBoi
An Android note-taking app with online storage.
![]()
![]()
## About
NoteBoi is an Android note-taking application designed to help users create, organize, and store their notes online. Developed as one of my first programming projects, it demonstrates a combination of Android development skills and backend integration.The app uses **Parse Server**, hosted on **Back4App**, for seamless account creation, note storage, and retrieval. A quick sign-up process lets users save their notes online (email confirmation optional).
## Features
- User Accounts: Quick sign-up process with optional email confirmation and recovery.
- Online Note Storage: Save and sync notes using a Parse Server backend.
- Clean UI: Minimalist design for an intuitive user experience.
- Interactive Gestures: Swipe notes to delete or favorite or pull to refresh.
![]()
![]()
## Tech Stack
- Frontend: Java, Android Studio
- Backend: Parse Server hosted on Back4App
- Libraries & Tools: Coordinator Layout, RecyclerView## Reflection
I created this app as one of my first programming projects, putting significant effort into learning Android development and backend integration. While it may be imperfect, it has a special place in my programming journey.Cheers!