https://github.com/rajshrestha86/class-schedule-apk
Android application to track class schedules and assignment deadlines.
https://github.com/rajshrestha86/class-schedule-apk
android-studio java
Last synced: over 1 year ago
JSON representation
Android application to track class schedules and assignment deadlines.
- Host: GitHub
- URL: https://github.com/rajshrestha86/class-schedule-apk
- Owner: rajshrestha86
- Created: 2018-06-07T14:35:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T01:11:14.000Z (over 4 years ago)
- Last Synced: 2025-02-07T16:16:37.626Z (over 1 year ago)
- Topics: android-studio, java
- Language: Java
- Homepage:
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Class Schedule Android Application
This is the application that I built when I was learning android studio and JAVA in my undergrad. The application
is built to keep track of my class schedule and assignments as I would constantly forget about my class schedule and assignment deadlines.
The app uses sqlite database to store the courses and assignments.
Here are some of the screenshots of the application. This repo includes the source code and released version of the application. The application was built on old android stucio with a target sdk version of 21.
In order to run this code on latest version of android studio migration should be done.
### Home Screen
### Add Subjects
### Others