Study Planner Pro is an Android study planning application created early in my coding journey. It demonstrates the core concepts I learned while building mobile apps, including task tracking, calendar integration, and user interface design with Android SDK and Java.
Study Planner Pro helps users manage tasks, schedule study sessions, and track weekly plans. It is designed for students who want a simple and practical planner with daily and weekly views.
- Task management with title, notes, and scheduling
- Weekly planning view
- Home dashboard and analytics overview
- Focus mode support for better study sessions
- Calendar integration for planning dates
- Android SDK
- Java
- Gradle/Kotlin DSL build scripts
- XML layouts and Android resources
- Clone the repository:
git clone https://github.com/Beckash/Study-Planner.git
- Open the project in Android Studio.
- Let Gradle sync and install any missing SDK components.
- Build and run the app on an emulator or physical device.
- This project was built early in my coding performance, so it includes foundational Android concepts and a focus on practical learning.
- It is intended as a demonstration of my early Android development work.
app/— Android app moduleapp/src/main/java/— Java source filesapp/src/main/res/— layouts, drawables, values, and resourcesapp/build.gradle.kts— app Gradle configurationbuild.gradle.kts— project Gradle configuration
This is an early personal project, so contributions are welcome for improvements, bug fixes, and design enhancements.
This repository does not include a specific license file. Add one if you want to share the code under a defined open-source license.
- Android
- Java
- Study Planner
- Task Management
- Productivity
- Calendar
- Android Studio
- Mobile App
- Early Project
- Learning Project