IPSians Diary is an android application aimed to be a one-stop-shop for all the college needs irrespective of college and course.
It aims to create a helpful platform for all college students.
It uses Firebase and SQLite to store and display the information to the user.
The app uses Material UI for an attractive interface (subject to improvement) which attracts the user to stay on the app for more time.
The app is developed using native android(Java and Kotlin both) and follows MVVM architecture. It is tightly coupled as it was developed as a project to learn Android Development.
The app has an integrated Attendance Manager which uses Room Library and SQLite Database to store and retrieve data and display it in a graphical manner which looks appealing and convenient to track your attendance.
The Notes tab provides notes uploaded by students. The recycler view shows the name of the author with a total number of downloads and relevant tags.
The upload notes area provide for easy upload of notes by users. It takes the authors name to give credit to the author.
The number of downloads will encourage students to make more impressive notes and create a sense of healthy competition.
The My Files section enables easy management of the notes uploaded by the users as well as the notes downloaded by the user.
This feature allows the user to store their timetable in an ingenious and orderly fashion. It also indicates the current ongoing class. It requires the user to enter the class details consisting of subject name, start time, end time and the room number. We're constantly working on to make this feature more interactive and seamless.
- Upcoming Events
It shows the upcoming events around you and their details along with an option to register from within the application. - Project Collaboration
This tool help to procreate a platform where different developers can come and work together on any projects. Just list your project and get collaborators. This feature is currently under development.
- View and edit personal profile details
- View downloaded files
- View uploaded files
- View and edit professional profile
com.mohit.ipsians_diary # Root Package
.
├── data # For data handling.
| ├── local # Room DB and its related classes
| ├── remote # Firebase, HarperDB and their relative classes
│ ├── model # Model data classes, both remote and local entities
│ └── repo # Single source of data.
|
├── di # Dependency Injection
│ └── module # DI Modules
|
├── ui # UI/View layer
| ├── adapters # All Adapters, viewholder and diffUtils for recyclerViews
│ ├── auth # Authorization Activity and its fragments
│ ├── mainScreen # Home Activity and its fragments
| ├── addTaskScreen # Add Task Activity and its fragments
| ├── onBoarding # OnboardingScreen
│ └── splashScreen # SplashScreen
|
├── service # Timer Service and its related classes
|
└── utils # Utility Classes / Kotlin extensions
This app uses MVVM (Model View View-Model) architecture.
This project is currently licensed under the Apache License Version 2.0. A copy of LICENSE should be present along with the source code.
This repository is owned and maintained by