The repository contains the Android application for students of Rvr and JC College of Engineering to access the college portal outside the college network. This application is used to check midterm marks, semester marks, attendance. Additionally provides administrator to push notifications to the application users to notify about critical updates.
Currently, the application uses a static JSON hosting. Development work is underway in the back end at the college server to provide data in JSON format and for authentication.
App uses MVVM architecture. Since the backend is under development as mentioned above, I am using a hard-coded authentication on the client-side to facilitate the client-side development until the backend authentication is ready.
To login, use the following credentials...
Username : hashik
Password : 123
You are welcome to make a PR to the repository, make a corresponding issue before making a PR.