{"id":16558732,"url":"https://github.com/pengmaster/mvp-rxjava-retrofit-dagger2","last_synced_at":"2025-08-13T17:10:38.088Z","repository":{"id":143248580,"uuid":"109909407","full_name":"pengMaster/Mvp-Rxjava-Retrofit-dagger2","owner":"pengMaster","description":"一款基于Mvp+Rxjava+Retrofit+dagger2的模板项目","archived":false,"fork":false,"pushed_at":"2018-07-03T03:10:16.000Z","size":509,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T11:07:29.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/pengMaster.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":"2017-11-08T00:58:42.000Z","updated_at":"2020-12-09T19:11:52.000Z","dependencies_parsed_at":"2023-06-25T23:49:18.536Z","dependency_job_id":null,"html_url":"https://github.com/pengMaster/Mvp-Rxjava-Retrofit-dagger2","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/pengMaster%2FMvp-Rxjava-Retrofit-dagger2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengMaster%2FMvp-Rxjava-Retrofit-dagger2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengMaster%2FMvp-Rxjava-Retrofit-dagger2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pengMaster%2FMvp-Rxjava-Retrofit-dagger2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pengMaster","download_url":"https://codeload.github.com/pengMaster/Mvp-Rxjava-Retrofit-dagger2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945526,"owners_count":20046869,"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":[],"created_at":"2024-10-11T20:23:34.577Z","updated_at":"2025-03-05T01:11:43.436Z","avatar_url":"https://github.com/pengMaster.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMVPArms\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://bintray.com/jessyancoding/maven/MVPArms/2.3.5/link\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/bintray-v2.3.5-brightgreen.svg\" alt=\"Latest Stable Version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/JessYanCoding/MVPArms\"\u003e\n    \u003cimg src=\"https://travis-ci.org/JessYanCoding/MVPArms.svg?branch=master\" alt=\"Build Status\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://developer.android.com/about/versions/android-4.0.html\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/API-14%2B-blue.svg?style=flat-square\" alt=\"Min Sdk Version\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://www.apache.org/licenses/LICENSE-2.0\"\u003e\n    \u003cimg src=\"http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square\" alt=\"License\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://shang.qq.com/wpa/qunwpa?idkey=1a5dc5e9b2e40a780522f46877ba243eeb64405d42398643d544d3eec6624917\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/QQ群-301733278-ff69b4.svg\" alt=\"QQ Group\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"MVPArms.md\"\u003e\n    \u003cb\u003e中文说明\u003c/b\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## A common Architecture for Android Applications developing based on MVP，integrates many Open Source Projects( like Dagger2,RxJava,Retrofit... ),to make your developing quicker and easier.\n\n## Architectural\n\u003cimg src=\"https://github.com/JessYanCoding/MVPArms/raw/master/image/Architecture.png\" width=\"80%\" height=\"80%\"\u003e\n\n## Usage\n\u003e New Project\n\u003e\u003e If you are building a new project, directly to the entire project **clone** (or download), as **app** as the main **Module** (It is recommended to remove the **arms Module** and use **Gradle** to [depend](https://github.com/JessYanCoding/MVPArms/wiki#1.1) on this framework remotely for easy updates), then the package name into their own package name , **app Module** contains the package structure can be used directly, a mainstream `MVP` +` Dagger2` + `Retrofit` +` RxJava` framework so easy to build successful, and now you refer **Mvp** Package under the **UserActivity** format,[Use Template to automatically generate MVP, Dagger2 related classes](https://github.com/JessYanCoding/MVPArmsTemplate),With access to [Wiki documents](https://github.com/JessYanCoding/MVPArms/wiki) slowly grasp the framework to see more articles as soon as possible in the project to use it, in practice, learning is the fastest\n\n\u003e Old Project\n\u003e\u003e [Old projects would like to introduce this framework, you can refer to the Wiki documentation, written in great detail](https://github.com/JessYanCoding/MVPArms/wiki)\n\n## Wiki\n[Detailed usage reference Wiki (**Must see!!!**)](https://github.com/JessYanCoding/MVPArms/wiki)\n\n\n## Notice\n\n* [MVPArms Learning Project](https://github.com/JessYanCoding/MVPArms/blob/master/CONTRIBUTING_APP.md)\n\n* [Collection Box](https://github.com/JessYanCoding/MVPArms/issues/40)\n\n* [Update Log](https://github.com/JessYanCoding/MVPArms/wiki/UpdateLog)\n\n* [Common Issues](https://github.com/JessYanCoding/MVPArms/wiki/Issues)\n\n* The use of these technologies for the latter part of the project maintenance and iterative, especially large projects is very helpful, but is to develop a pre-write a page to write a lot of `MVP`,` Dagger2` class and interface, which is indeed a headache for the development of pre- Now the framework has been able to [Template](https://github.com/JessYanCoding/MVPArmsTemplate) automatically generate some `MVP`,` Dagger2` template code, and now we can very easily use the framework.\n\n* Use this frame comes with automatic adaptation function, please refer to [AndroidAutoLayout](https://github.com/hongyangAndroid/AndroidAutoLayout).\n\n* This framework does not provide any third-party libraries associated with the **UI**(except for the [`AndroidAutoLayout`](https://github.com/hongyangAndroid/AndroidAutoLayout) screen adaptation scheme).\n\n\n## Functionality \u0026 Libraries\n1. [`Mvp` Google's official` Mvp` architecture project, which contains several different schema branches (this is the Dagger branch).](https://github.com/googlesamples/android-architecture/tree/todo-mvp-dagger/)\n2. [`Dagger2`](https://github.com/google/dagger)\n3. [`RxJava`](https://github.com/ReactiveX/RxJava)\n4. [`RxAndroid`](https://github.com/ReactiveX/RxAndroid)\n5. [`Rxlifecycle`](https://github.com/trello/RxLifecycle)\n6. [`RxCache`](https://github.com/VictorAlbertos/RxCache)\n7. [`RxPermissions`](https://github.com/tbruyelle/RxPermissions)\n8. [`RxErroHandler`](https://github.com/JessYanCoding/RxErrorHandler)\n9. [`Retrofit`](https://github.com/square/retrofit)\n10. [`Okhttp`](https://github.com/square/okhttp)\n11. [`Autolayout`](https://github.com/hongyangAndroid/AndroidAutoLayout)\n12. [`Gson`](https://github.com/google/gson)\n13. [`Butterknife`](https://github.com/JakeWharton/butterknife)\n14. [`Androideventbus`](https://github.com/hehonghui/AndroidEventBus)\n15. [`Timber`](https://github.com/JakeWharton/timber)\n16. [`Glide`](https://github.com/bumptech/glide)\n17. [`LeakCanary`](https://github.com/square/leakcanary)\n\n\n## Update\n* Tuesday, 26 September 2017: [**Cache**](https://github.com/JessYanCoding/MVPArms/blob/master/arms/src/main/java/com/jess/arms/integration/cache/)\n* Tuesday, 12 September 2017: [**Lifecycleable**](https://github.com/JessYanCoding/MVPArms/blob/master/arms/src/main/java/com/jess/arms/integration/lifecycle)\n* Thursday, 20 July 2017: [**RetrofitUrlManager**](https://github.com/JessYanCoding/RetrofitUrlManager)\n* Tuesday, 13 June 2017: [**ProgressManager**](https://github.com/JessYanCoding/ProgressManager)\n* Wednesday, 31 May 2017: [**Template**](https://github.com/JessYanCoding/MVPArmsTemplate)\n* Monday, 24 April 2017: [**AppDelegate**](https://github.com/JessYanCoding/MVPArms/wiki#3.12)\n* Thursday, 13 April 2017: [**RepositoryManager**](https://github.com/JessYanCoding/MVPArms/wiki#2.3)\n* Thursday, 15 December 2016: [**AppManager**](https://github.com/JessYanCoding/MVPArms/wiki#3.11)\n* Sunday, 25 December 2016: [**GlobeConfigModule**](https://github.com/JessYanCoding/MVPArms/wiki#3.1)\n* Monday, 26 December 2016: [**Version Update**](https://github.com/JessYanCoding/MVPArms/wiki#1.6)\n\n## Acknowledgements \nThanks to all the three libraries used in this framework **Author**, and all for the **Open Sourece** selfless contributions **Developer** and **Organizations**, so that we can better work and study, I will also spare time return to the open source community\n\n\n## License\n``` \n Copyright 2016     \n  \n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at \n \n       http://www.apache.org/licenses/LICENSE-2.0 \n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n```\n\n原文地址: http://www.jianshu.com/p/4bbecd0bb027\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpengmaster%2Fmvp-rxjava-retrofit-dagger2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpengmaster%2Fmvp-rxjava-retrofit-dagger2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpengmaster%2Fmvp-rxjava-retrofit-dagger2/lists"}