An open API service indexing awesome lists of open source software.

https://github.com/utsmannn/university-list


https://github.com/utsmannn/university-list

Last synced: 5 months ago
JSON representation

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.

---