An android application for the student of BIT Lalpur students to access Erp and tools needed for BIT students.
- Quick access to ERP.
- Browse your syllabus.
- Personalize your home screen based on your preferences.
- Get notification of the latest news and events.
- Manage your attendance and SGPA in one place.
- Backup your data in the cloud.
- Material 3 theming (light & dark) for complete customization.
Anyone and everyone is welcome to contribute. Please take a moment to review our code of conduct You can use Git to clone
https://github.com/aiyu-ayaan/BIT-App.git
In order to develop the application, the essential component is the google-services.json
file. To obtain this crucial file, please complete the form provided at the following link: Form Link.
This form submission will grant you the necessary access to the google-services.json
file, facilitating the app development process.
Use this to build the app.
On Mac/Linux
./gradlew :bitapp:assembleInternalBetaDebug
On Windows
gradle :bitapp:assembleInternalBetaDebug
Here are a few contribution tips:
- You can use either Java or, preferably, Kotlin.
- Make sure your code is logical and well formatted. If using Kotlin, see “Coding conventions” in the Kotlin documentation.
- Make sure your code compiles by running the app.
MIT License
Copyright (c) 2021 Ayaan
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.