Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macorisd/planit
A mobile task organizer app for managing tasks, subjects, and quick notes. Built with Android Studio (frontend), SQLite (local database), and supports multi-language functionality.
https://github.com/macorisd/planit
android android-studio
Last synced: 2 days ago
JSON representation
A mobile task organizer app for managing tasks, subjects, and quick notes. Built with Android Studio (frontend), SQLite (local database), and supports multi-language functionality.
- Host: GitHub
- URL: https://github.com/macorisd/planit
- Owner: macorisd
- Created: 2024-12-05T17:56:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T20:07:21.000Z (18 days ago)
- Last Synced: 2025-01-24T21:18:59.421Z (18 days ago)
- Topics: android, android-studio
- Language: Java
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Planit
Planit is a mobile task organizer app developed using Android Studio and SQLite. It allows users to manage tasks, subjects, and quick notes conveniently. The app supports multiple languages and uses a local SQLite database for storage.
## Developers
- [Macorís Decena Giménez](https://github.com/macorisd)
- [Francisco José del Río Domínguez](https://github.com/tiko717)## Installation
Planit is not available on Google Play yet. To use the app, you can:1. **Install the APK**
- Download the `planit.apk` file from the repository.
- Transfer the APK to your Android device.
- Enable installation from unknown sources in your device settings.
- Open the APK file to install the app.2. **Run the Project via Android Studio**
- Clone this repository:
```bash
git clone https://github.com/macorisd/planit.git
cd planit
```
- Open the project in Android Studio.
- Connect your Android device via USB or use an emulator.
- Build and run the app.## Features
- Organize tasks, subjects, and quick notes.
- Multi-language support for a better user experience.
- Local SQLite database for fast and offline storage.## Requirements
- Android 14.0 (API level 34) or higher.
- Android Studio (latest stable version).