Back to Case Studies

Case Study: University Notes – Simplifying Academic Resource Access

1 min read
February 20, 2024
By SITTA JARED MUSSANGA
University Notes Home Screen
University Notes Home Screen
Notes Organization View
Notes Organization View

1. Structured Organization Instead of a simple list of files, the app uses a nested category system. This allows students to drill down from Semester -> Subject -> Topic, making it intuitive to find exactly what they need.

Subject Selection
Subject Selection

2. Offline-First Architecture Understanding that internet access isn't always guaranteed, I implemented a robust local caching mechanism using **Hive**. Once a note is opened, it's stored locally, ensuring students can study even in remote areas or during outages.

Notes Viewer Interface
Notes Viewer Interface

3. Lightweight & Fast By optimizing how data is fetched from **Firebase**, I ensured the app remains responsive even on entry-level Android devices, which are common among the student population.

Search and Filter
Search and Filter

Impact Since its deployment, the app has become a go-to resource for students, significantly reducing the time spent searching for materials and allowing for more focused study sessions.

  • **See the project in action:** [Project Details](/projects/2) or [Download the APK](https://github.com/joshuamussanga7-cpu/UniversityNotes/releases/download/universityAPK/app-debug.apk).

"Building the future, one line at a time."