{"id":13614784,"url":"https://github.com/mayorJAY/HolidayInfo","last_synced_at":"2025-04-13T19:30:43.051Z","repository":{"id":61262028,"uuid":"499526183","full_name":"mayorjay/HolidayInfo","owner":"mayorjay","description":"A multi-module offline-first Android Application built with Jetpack Compose that lists the various holidays observed in different Countries and different Years","archived":false,"fork":false,"pushed_at":"2025-04-05T23:26:09.000Z","size":33559,"stargazers_count":6,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T00:20:57.968Z","etag":null,"topics":["coroutines","hilt-dependency-injection","jetpack-compose","kotlin","multi-module","mvvm","mvvm-android","offline-first","repository-pattern","restful","retrofit","room","room-persistence-library","solid-principles"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mayorjay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-03T13:41:47.000Z","updated_at":"2025-02-01T20:10:16.000Z","dependencies_parsed_at":"2025-04-06T00:31:52.662Z","dependency_job_id":null,"html_url":"https://github.com/mayorjay/HolidayInfo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FHolidayInfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FHolidayInfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FHolidayInfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayorjay%2FHolidayInfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayorjay","download_url":"https://codeload.github.com/mayorjay/HolidayInfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248767789,"owners_count":21158530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coroutines","hilt-dependency-injection","jetpack-compose","kotlin","multi-module","mvvm","mvvm-android","offline-first","repository-pattern","restful","retrofit","room","room-persistence-library","solid-principles"],"created_at":"2024-08-01T20:01:05.642Z","updated_at":"2025-04-13T19:30:43.037Z","avatar_url":"https://github.com/mayorjay.png","language":"Kotlin","funding_links":[],"categories":[":shamrock:  **Categories**"],"sub_categories":[":earth_africa: Travel"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"media/app_icon.png\" title=\"App Logo\"\u003e\n\u003c/p\u003e\n\n# HolidayInfo\n\nHolidayInfo is an offline-first Android Application built with Jetpack Compose that fetches and displays the various holidays observed in different Countries and different years. The App fetches the data from [Nager.Date API](https://date.nager.at/Api) and uses Room for offline caching. It has a Splash Screen, a Home page showing a list of Countries and a Holiday details page which is displayed when a country and year is selected. It is implemented using Multi-module, Clean Architecture, Model-View-ViewModel (MVVM) pattern and uses Modern Android Development pattern and libraries. Adequate Unit Tests were also implemented in the codebase.\n\n## Project Characteristics\n\nThis application has the following characteristics:\n* 100% Kotlin + Jetpack Compose\n* Modern Architecture (Clean Architecture, Model-View-ViewModel)\n* [Android Jetpack Components](https://developer.android.com/jetpack)\n* [Material Design](https://material.io/develop/android/docs/getting-started)\n\n## Tech Stack\n\nMinimum API level is set to 26, this means HolidayInfo can run on approximately 95% of Android devices\n* [Jetpack Compose](https://developer.android.com/compose), the modern toolkit for building native Android UI\n* [Splash Screen](https://developer.android.com/develop/ui/views/launch/splash-screen), the standard recommended Splash Screen library for Android Applications\n* [Retrofit](https://square.github.io/retrofit/) which is a type-safe REST client for Android which makes it easier to consume RESTful web services\n* [Moshi](https://github.com/square/moshi), a modern JSON library for Android, Java and Kotlin\n* [OkHttp Logging Interceptor](https://github.com/square/okhttp/tree/master/okhttp-logging-interceptor), an OkHttp interceptor which logs HTTP request and response data\n* [Kotlin Coroutines](https://developer.android.com/kotlin/coroutines) used to perform asynchronous network calls to the remote server\n* [Room](https://developer.android.com/training/data-storage/room), a persistence library with an abstraction layer over SQLite for database manipulation\n* [Hilt](https://dagger.dev/hilt/), a DI library for Android that reduces the boilerplate of using manual DI\n* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) used to store and manage UI-related data in a lifecycle conscious way\n* [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) which is an observable data holder class used to handle data in a lifecycle-aware manner\n* [View Binding](https://developer.android.com/topic/libraries/view-binding) used to easily write code that interacts with views by referencing them directly\n* [Kotlin flow](https://developer.android.com/kotlin/flow) for emitting live updates from a network call sequentially\n* [Material Design](https://material.io/develop/android/docs/getting-started/) which is an adaptable system that guides in maintaining principles and best practices of contemporary UI\n* [Timber](https://github.com/JakeWharton/timber), a utility library for logging and easy debugging\n* [SearchableSpinner](https://github.com/miteshpithadiya/SearchableSpinner), a dialog spinner with a search feature which allows users to search the items loaded in the spinner\n* [JUnit4](https://junit.org/junit4), a testing framework used for writing unit tests\n* [MockWebServer](https://javadoc.io/doc/com.squareup.okhttp3/mockwebserver/3.14.9/overview-summary.html), a library that makes it easy to test how Apps behave when making HTTP/HTTPS calls\n* [Mockito](https://site.mockito.org/), a mocking framework for writing unit tests\n\n## Installation\n\nGet the [APK here](https://github.com/mayorJAY/HolidayInfo/blob/master/media/HolidayInfo.apk) and stay informed about holidays observed around the world :beach_umbrella: :airplane:","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmayorJAY%2FHolidayInfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmayorJAY%2FHolidayInfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmayorJAY%2FHolidayInfo/lists"}