{"id":17246593,"url":"https://github.com/andreid/mvvp-weatherapp","last_synced_at":"2025-10-23T16:46:07.694Z","repository":{"id":142369232,"uuid":"48380599","full_name":"AndreiD/MVVP-WeatherApp","owner":"AndreiD","description":"yet another mvvp weather app. RxAndroid with data bindings.","archived":false,"fork":false,"pushed_at":"2015-12-21T16:45:20.000Z","size":558,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T04:50:43.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/AndreiD.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}},"created_at":"2015-12-21T15:57:12.000Z","updated_at":"2021-03-17T18:28:01.000Z","dependencies_parsed_at":"2023-04-13T03:03:44.384Z","dependency_job_id":null,"html_url":"https://github.com/AndreiD/MVVP-WeatherApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndreiD/MVVP-WeatherApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FMVVP-WeatherApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FMVVP-WeatherApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FMVVP-WeatherApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FMVVP-WeatherApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreiD","download_url":"https://codeload.github.com/AndreiD/MVVP-WeatherApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FMVVP-WeatherApp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267716062,"owners_count":24133071,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-15T06:34:32.636Z","updated_at":"2025-10-23T16:46:07.619Z","avatar_url":"https://github.com/AndreiD.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Weather App - MVVP DataBinding with RxJava\n==========================\n\nThis is a simple one screen weather app to save you a little time if you plan to work with data-bindings.\n\n![alt text](https://raw.githubusercontent.com/AndreiD/MVVP-WeatherApp/master/screenshot.png \"How the app looks 1\")\n\n\n#### How to use it:\n\n* Clone it from github \u0026 play with it\n* Star this repository :)\n\n\n#### What it contains:\n\n~~~~\n\ndependencies {\n    compile fileTree(include: ['*.jar'], dir: 'libs')\n\n    compile 'com.android.support:appcompat-v7:23.1.1'\n    compile \"com.android.support:design:23.1.1\"\n\n    //----- Rx\n    compile \"io.reactivex:rxandroid:1.1.0\"\n    compile \"io.reactivex:rxjava:1.1.0\"\n\n    //----- Retrofit\n    compile \"com.squareup.retrofit:retrofit:2.0.0-beta2\"\n    compile \"com.squareup.retrofit:converter-gson:2.0.0-beta2\"\n    compile \"com.squareup.retrofit:adapter-rxjava:2.0.0-beta2\"\n    compile 'com.squareup.okhttp:logging-interceptor:2.6.0'\n\n    //----- Timber\n    compile 'com.jakewharton.timber:timber:4.1.0'\n\n    //----- Testing\n    androidTestCompile 'com.android.support:support-annotations:23.0.1'\n    androidTestCompile 'com.android.support.test:runner:0.4.1'\n    androidTestCompile 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1'\n    androidTestCompile 'org.hamcrest:hamcrest-integration:1.3'\n}\n~~~~\n\n#### Need more nice stuff ?\n\n- Google, Facebok, Twitter logins -\u003e https://github.com/AndreiD/FacebookTwitterGoogleLogins\n- A survey lib for your app -\u003e https://github.com/AndreiD/surveylib\n\n#### Updates, Questions, and Requests\n\n- ActivityMainBinding is automaticly generated when you run the app.\n\n\n#### You like this library ? Check\n- https://github.com/AndreiD/surveylib - A very good looking survey library\n- https://github.com/AndreiD/TSnackBar Snackbar from the top\n\n\n#### Thank you:\n\n- Icons by http://vclouds.deviantart.com/\n\n\n#### License\n\n~~~~\nCopyright 2015 AndroidAdvance.com\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n~~~~","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreid%2Fmvvp-weatherapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreid%2Fmvvp-weatherapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreid%2Fmvvp-weatherapp/lists"}