https://github.com/utsmannn/university-list
https://github.com/utsmannn/university-list
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utsmannn/university-list
- Owner: utsmannn
- Created: 2024-12-17T20:34:00.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-02-24T02:50:46.000Z (over 1 year ago)
- Last Synced: 2025-02-24T03:29:33.391Z (over 1 year ago)
- Language: Kotlin
- Size: 174 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## University List Android Apps
More detail on PR: https://github.com/utsmannn/university-list/pull/8
**University List** is an Android application designed to display a comprehensive list of
universities. Leveraging modern Android development practices and robust architectural patterns, the
app ensures a seamless and efficient user experience. Users can browse, search, and explore detailed
information about various universities with ease.
## Features
- **Clean Architecture (MVVM):** Ensures a scalable and maintainable codebase by separating concerns
into Data, Domain, and Presentation layers.
- **Dependency Injection with Dagger Hilt:** Facilitates easy management and injection of
dependencies across the application.
- **Networking with Retrofit & Moshi:** Handles HTTP requests and JSON serialization/deserialization
efficiently.
- **Local Data Storage with Room:** Provides robust local caching of university data for offline
access and improved performance.
- **Paging 3 Integration:** Enables smooth and efficient loading of large datasets through
pagination.
- **Image Loading with Coil:** Asynchronously loads images, including SVG support, enhancing the
visual appeal of the app.
- **DataStore for Preferences:** Manages user preferences and recent search history in a modern,
coroutine-friendly manner.
- **Custom Tabs for Web Pages:** Opens university web pages within the app using Chrome Custom Tabs
for a seamless browsing experience.
- **Comprehensive Unit Testing:** Ensures reliability and robustness with extensive unit tests using
MockK and Coroutine Test.
- **CI/CD Pipeline with GitHub Actions:** Automates build and testing processes, ensuring code
quality and facilitating continuous integration.
---