Loading...

Your Academic Companion for Efficient Learning

The UOE Readzone App is a comprehensive mobile platform designed to support university students by providing easy access to essential academic resources such as past papers, lecture notes, and real-time notifications. With intuitive UI/UX, Firebase integration, and powerful offline capabilities, this app ensures seamless access to learning materials anytime, anywhere.

View on GitHub Download APK

App Architecture & File Arrangements

The UOE Readzone App follows a student-centric design, utilizing Kotlin for the frontend, Firebase for backend services, and XML for UI design. Below is an overview of the app's architecture and file structure:

Adapters

                    ─ adapters
                       ├── ClassMatesAdapter.kt
                       ├── ClassNotesAdapter.kt
                       ├── DashboardIconsAdapter.kt
                       ├── MissedNotificationsAdapter.kt
                       └── NewsAdapter.kt
                

Authentication

                    ─ auth
                       ├── AuthenticationActivity.kt
                       └── StudentDetailsActivity.kt
                

Firebase Integration

                    ─ firebase
                       ├── MyFirebaseMessagingService.kt
                       ├── NotificationBroadcastReceiver.kt
                       └── ScheduledWorker.kt
                

General Functionality

                    ─ general
                       ├── AboutActivity.kt
                       ├── ClassMatesActivity.kt
                       ├── ClassNotesActivity.kt
                       ├── FilterSubjectsActivity.kt
                       ├── HomeActivity.kt
                       ├── ReminderActivity.kt
                       ├── StudentProfileActivity.kt
                       └── UploadFilesActivity.kt
                

Data Models

                    ─ modals
                       ├── DashboardIconData.kt
                       ├── FeedbackData.kt
                       ├── FileUploadData.kt
                       ├── NewsData.kt
                       ├── NotificationData.kt
                       └── StudentData.kt
                

Onboarding

                    ─ onboarding
                       ├── GettingStartedActivity.kt
                       └── SplashScreenActivity.kt
                

Utilities

                    ─ utils
                       ├── AppPreferences.kt
                       ├── AppSetting.kt
                       └── NotificationUtil.kt
                

Resource Files

                    ─ res
                       ├── drawable
                       ├── layout
                       ├── mipmap
                       ├── raw
                       ├── values
                       └── xml
                

Technologies Used

During the development of UOE Readzone App, the following technologies and tools were utilized:

Challenges Faced

Some of the major challenges encountered during development were:

Achievements

The development of UOE Readzone App led to several significant achievements: