Welcome to the PoolBusiness Scheduler Android application repository! This app is designed to help pool service businesses efficiently manage their daily work schedules and activities.
The PoolBusiness Scheduler is an Android application that allows users to:
- Add new schedules for business activities
- Remove outdated or canceled schedules
- Edit existing schedules to reflect changes
- Retrieve and view all scheduled activities
All schedule data is securely stored locally using an SQLite Database, ensuring fast and reliable access to your business information.
- User-friendly Interface: Easily navigate and manage your schedules.
- CRUD Operations: Create, Read, Update, and Delete schedules with just a few taps.
- Local Data Storage: All information is stored on your device using SQLite, so no internet connection is required.
- Daily Activity Tracking: Keep your business organized by staying on top of daily tasks and appointments.
- Android Studio (latest version recommended)
- Android device or emulator (API level 21+)
- Clone the repository:
git clone https://github.com/crissyg/PoolBusinessScheduler.git
- Open the project in Android Studio.
- Build and run the app on your device or emulator.
- Add Schedule: Tap the "+" button to create a new schedule entry.
- Edit Schedule: Select a schedule and tap the edit icon to modify details.
- Delete Schedule: Swipe left/right or tap the delete icon to remove a schedule.
- View Schedules: Browse the list to see all upcoming and past activities.
- Android SDK (Java/Kotlin)
- SQLite Database
- Material Design Components
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
This project is licensed under the MIT License.
For questions, suggestions, or support, please open an issue or contact the repository maintainer.
Keep your pool business organized and efficient with PoolBusiness Scheduler!