Module Display App

A simple module display app which displays the modules I have taken and its details. The app uses a list view which sends relevant data to the module details page to detect which module is being clicked.

Key features:

  • Display modules in list view
  • Display module details of respective module clicked (Module code, Module name, Academic year, Semester, Module Credit, Venues)
  • Back button

Software:

  • Android Studio

Language:

  • Java

Links

Github Repository: Click here

RP module app interface

Home page

This is the details page of a module. The main logic behind the module page is that the page (or activity) will receive data (module code) which will be used to check an array of modules for the same module code. Then, it will display the data based on the fields set if the module code match. The 'BACK' button will bring the user back to the home page.

project image

Module details page