MyProctor is a mobile application developed in Java for the Android ecosystem. It provides a structured environment for students to access exam materials, submit responses, and interface with academic databases, focusing on a mobile-first approach to digital testing.
- Student Dashboard: Personalized interface for viewing registered exams and performance history.
- Mobile Examination Interface: Optimized UI for taking quizzes and objective tests on Android devices.
- Backend Integration: Connects to a central database for real-time question retrieval and answer submission.
- Automated Grading: Logic for instant evaluation of objective-type assessments.
- Language: Java (Android)
- IDE: Android Studio
- Database: SQLite (local) / Firebase or MySQL (remote)
- Min SDK: [Specify e.g., API 21: Lollipop]
├── app/
│ ├── src/
│ │ ├── main/
│ │ │ ├── java/ # Activities, Adapters, and Data Models
│ │ │ └── res/ # Layout XMLs and UI assets
├── build.gradle # Build configuration
└── README.md
- Clone the repository.
- Open the project in Android Studio.
- Sync Gradle and build the APK.
- Run on an Emulator or a physical Android device.



