Android application to manage student, teachers, HOD in college.
IES IPS CMS is a campus manager ✅ Android application 📱 to help teachers to mange students in College built to demonstrate use of Modern Android development tools. Dedicated to all Android Developers and Retrofit with ❤️.
- Login: Allow the student, teachers, hod to login in
- Attendance: Show, edit, take student attendance
- Marks: Add and Update studnet marks / Student view there marks.
- IES IPS Academy CMS built using Kotlin
- API fetch using Retrofit
- Kotlin - First class and official programming language for Android development.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- LiveData - Data objects that notify views when the underlying database changes.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- ViewBinding - Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- Dependency Injection -
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- Hilt-ViewModel - DI for injecting
ViewModel
.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- Retrofit - Retrofit is a type-safe REST client for Android, Java and Kotlin developed by Square. The library provides a powerful framework for authenticating and interacting with APIs and sending network requests with OkHttp.
cmsr.ipsacademy.net # Root Package
.
├── data # For data handling.
│ └── repository # Single source of data.
|
├── di # Dependency Injection
|
├── ui # Activity/View layer
│ ├── viewmodel # ViewModels
│ └── adapter # Adpaters
│ └── fragment # Fragnents
|
└── utils # Utility Classes / Kotlin extensions
This app uses MVVM (Model View View-Model) architecture.
Have any questions, doubts or want to present your opinions, views? You're always welcome. You can start discussion.
If you need any help, you can connect with me.
Mail: mohitgupta
MIT License
Copyright (c) 2022 Mohit Gupta
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
Fork this Project.
-
Clone this Project in your local:-
git clone <Foked Repo URL>
-
Make your Separate Branch according to your task:
git checkout -b "<Your Branch Name>"
-
Great Now you are Ready to Contribute.
-
To add all changed files:-
git add .
-
To commit your Changes:-
git commit -m "tag: commit message"
-
Note Before Push, Please Note that you Update your Local Branch with Upstream Branch
-
Update your GitHub Repo using Fetch and Merge button on your repo with Development Branch.
git pull
-
To PUSH your Changes:-
git push