Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarita-joshi/notestream-android
This is a note making app to share written content, images, videos and drawing.
https://github.com/sarita-joshi/notestream-android
Last synced: 14 days ago
JSON representation
This is a note making app to share written content, images, videos and drawing.
- Host: GitHub
- URL: https://github.com/sarita-joshi/notestream-android
- Owner: Sarita-Joshi
- Created: 2020-05-05T05:27:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T01:59:35.000Z (6 months ago)
- Last Synced: 2024-05-22T02:50:00.795Z (6 months ago)
- Language: Java
- Size: 409 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoteStream - Note Making Android App
NoteStream is an Android application that empowers users to create, store, and share notes within an open community. It supports text and media attachments, offering a dynamic platform for personal and collaborative note-taking.
## About NoteStream
This app is designed to provide users with a flexible and intuitive interface for note-making and sharing. It not only allows for the creation of notes with text but also supports attaching various media types like images, videos, and audio clips. Users can view notes created by themselves and explore notes shared by others in the community.
## Features
- **Create Notes**: Users can write notes and enhance them with media attachments.
- **Share Notes**: Share notes with the community or with selected individuals.
- **Media Attachments**: Supports images, videos, and audio clips to be attached with notes.
- **Explore Community Notes**: Browse and interact with notes shared by other users.## Technologies Used
- **Android SDK**: Core platform for building Android Apps.
- **Firebase**: Used for real-time database management, hosting, and user authentication.
- **Material Design**: Implements Google's Material Design for UI elements.## Getting Started
To get this app running on your Android device:
1. Clone this repository:
```bash
git clone URL_OF_THIS_REPOSITORY
2. Open the project in Android Studio.
3. Ensure you have the latest Android SDK installed and configured.
4. Build the application and run it on your Android device or emulator.