A platform for University Students to share Documents such as Exam Papers and Study Material. Users can Upload/Download Documents shared by Users.
- Android SDK v28
- Android Build Tools v28.0.0
- Android Support Repository v23.3.
These components can be downloaded bundled at the Android studio IDE
- Java
- Android SDK
- Firebase SDK
- Architecture Components
- CustomFloatingActionButton
- DebugDB
- Dexter
- Firebase-Firestore
- Firebase-Storage
- Firebase-UI
- Glide
- GSON
- MaterialDrawer
- Logger
Login Screen |
Main Screen |
Upload Document screen |
AmritaResouce
β£ activies
β β£ LoginActivity.java
β β£ MainActivity.java
β β UploadActivity.java
β£ adapter
β β UploadDocumentAdapter.java
β£ clicklistners
β β RecyclerItemClickListener.java
β£ models
β β£ SubjectModel.java
β β£ UploadDocumentModel.java
β β£ UploadDocumentViewmodel.java
β β UserViewModel.java
β£ utils
β β£ AlertDialogUtil.java
β β£ FireStoreQueryLiveData.java
β β NetworkUtil.java
β£ MainApplication.java
β webViewActivity.java
-
Download and install Git
-
Fork the Amrita Resource project
-
Clone your fork of the project locally. At the command line:
$ git clone https://github.com/YOUR-GITHUB-USERNAME/AmritaResource
-
To build this project, use the
gradlew build
command
If you prefer not to use the command line, you can use Android Studio to create a new project from version control using
https://github.com/YOUR-GITHUB-USERNAME/AmritaResource
and use Import Project in Android Studio to build it
If there are any missing dependencies, install them first by clicking on the links provided by Android studio. Once the project is built successfully, run the project by clicking on the green arrow at the top of the screen.
This project uses Travis CI for checking pull requests. So before committing your changes, open Terminal via android studio and run the following commands:
For Windows:
gradlew clean
thengradlew assembleDebug assembleRelease
thengradlew check
thengradlew build
finallygradlew spotlessCheck
NOTE: Currently sever is not working but update the features in the app Currently I am updating the resources for CSE and ECE departments only and that too for semester 3 only. Once I get all the resources, I will update in all departments. You can freely contribute to the project on the note that 'contributing guidelines' of the project are followed. New ideas and suggestions are welcomed. Happy Coding :)