{"id":17994372,"url":"https://github.com/anandwana001/weatherappsx","last_synced_at":"2025-03-26T02:30:57.705Z","repository":{"id":94555892,"uuid":"472578327","full_name":"anandwana001/WeatherAppsX","owner":"anandwana001","description":"☀️ 🌤 Sample weather app with Retrofit, Hilt and Coroutines ☀️ 🌤","archived":false,"fork":false,"pushed_at":"2022-03-22T02:11:47.000Z","size":132,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-21T01:41:31.529Z","etag":null,"topics":["android","animation","coroutines-android","databinding-android","espresso","hilt-android","hilt-testing","mockwebserver","recyclerview","retrofit2","robolectric"],"latest_commit_sha":null,"homepage":"http://anandwana001.github.io","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anandwana001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-03-22T01:52:36.000Z","updated_at":"2022-11-03T05:20:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1f1c556-42c1-463f-aaed-0bf0a1e8d06c","html_url":"https://github.com/anandwana001/WeatherAppsX","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/anandwana001%2FWeatherAppsX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FWeatherAppsX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FWeatherAppsX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anandwana001%2FWeatherAppsX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anandwana001","download_url":"https://codeload.github.com/anandwana001/WeatherAppsX/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245576526,"owners_count":20638125,"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":["android","animation","coroutines-android","databinding-android","espresso","hilt-android","hilt-testing","mockwebserver","recyclerview","retrofit2","robolectric"],"created_at":"2024-10-29T20:15:03.715Z","updated_at":"2025-03-26T02:30:57.699Z","avatar_url":"https://github.com/anandwana001.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WeatherAppsX\n\n**WeatherAppsX** app is a sample networking app showing weather forecast of the current day and the\naverage forecast for the next four days.\n\n## Architecture 📐\nProject is a single module consist of multiple packages in order to achieve MVVM architecture.\n* data\n* di\n* ui\n* utils\n\n## Android/Kotlin Beauty 🫀 🫁 🧠\n* For animation, pre-defined AnimationUtils class is used\n* Generic RecyclerView supporting list of ViewModel and DataBinding\n* Custom DividerItemDecorator\n* Retrieving and loading local JSON asset\n* MockWebServer is used for mocking the data while doing instrumentation testing\n* Separate Hilt module for testing and production\n\n## Tech-stack 🛠\nThis project use multiple libraries to bring easy way of implementation\n- [Hilt](https://dagger.dev/hilt/) - Dependency Injection Framework\n- [Retrofit](https://github.com/square/retrofitm) - Used for Networking\n- [Coroutines](https://kotlinlang.org/docs/coroutines-overview.html) - to perform asynchronous work\n- [Moshi](https://github.com/square/moshi) - use to serialize and deserialize Java objects to JSON\n- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata) - observable data holder\n- [AndroidX](https://developer.android.com/jetpack/androidx) - android library for core functionalities\n- [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - manage data in lifecycle aware fashion\n- [Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android\n- [Data Binding](https://developer.android.com/topic/libraries/data-binding) - helps to bind UI with data source\n- [Espresso](https://developer.android.com/training/testing/espresso) - Instrumentation Testing\n- [Mock Web Server](https://github.com/square/okhttp/tree/master/mockwebserver) - Mock server for Testing\n- [Robolectric](http://robolectric.org/) - Unit Testing\n\n## Screenshot 📱\n\u003cp\u003e\n\u003cimg src=\"https://github.com/anandwana001/WeatherAppsX/blob/master/screenshot/app_screenshot.png\" height=450 width=230 /\u003e\n\u003c/p\u003e\n\n## Contact 🔗\nLet's connect here -\u003e [webprofile](https://anandwana001.github.io)\n\n## License 📝\n```\nMIT License\n\nCopyright (c) 2022 Akshay Nandwana\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandwana001%2Fweatherappsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanandwana001%2Fweatherappsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanandwana001%2Fweatherappsx/lists"}