{"id":19405020,"url":"https://github.com/cymcsg/ultimateandroid","last_synced_at":"2025-05-14T22:07:21.254Z","repository":{"id":17791119,"uuid":"20668562","full_name":"cymcsg/UltimateAndroid","owner":"cymcsg","description":"UltimateAndroid is a rapid development framework for developing your apps","archived":false,"fork":false,"pushed_at":"2024-02-03T04:13:23.000Z","size":108651,"stargazers_count":2107,"open_issues_count":25,"forks_count":686,"subscribers_count":205,"default_branch":"master","last_synced_at":"2025-05-14T22:07:15.321Z","etag":null,"topics":["android","java","ultimateandroid"],"latest_commit_sha":null,"homepage":"http://cymcsg.github.io/UltimateAndroid","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cymcsg.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":"2014-06-10T01:42:20.000Z","updated_at":"2025-05-02T16:35:49.000Z","dependencies_parsed_at":"2024-11-03T02:42:02.696Z","dependency_job_id":null,"html_url":"https://github.com/cymcsg/UltimateAndroid","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymcsg%2FUltimateAndroid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymcsg%2FUltimateAndroid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymcsg%2FUltimateAndroid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cymcsg%2FUltimateAndroid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cymcsg","download_url":"https://codeload.github.com/cymcsg/UltimateAndroid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235696,"owners_count":22036963,"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","java","ultimateandroid"],"created_at":"2024-11-10T11:36:59.244Z","updated_at":"2025-05-14T22:07:16.240Z","avatar_url":"https://github.com/cymcsg.png","language":"Java","readme":"# UltimateAndroid\n\n### Version:0.10.2\n\n### UltimateAndroid is a rapid development framework for developing apps\n\n\n#### Master branch:[![Build Status](https://travis-ci.org/cymcsg/UltimateAndroid.svg?branch=master)](https://travis-ci.org/cymcsg/UltimateAndroid)\n\n#### Dev branch:[![Build Status](https://travis-ci.org/cymcsg/UltimateAndroid.svg?branch=dev)](https://travis-ci.org/cymcsg/UltimateAndroid)\n\n\n[V0.7.0 Ui Demo screenshot](https://github.com/cymcsg/UltimateAndroid/blob/master/demo_of_ui.md)\n\n\n##### UltimateAndroid is a rapid development framework for developing  apps. UltimateAndroid framework contains many features like View Injection,ORM,Asynchronous Networking and Image Loader,over 100 Ui effects etc.And there are also many useful features like WebViewUtils,DaoUtils,Https Utils,CryptographyUtils,FileUploadUtils etc.The framework will be added more feature in the future.\n\n##### The framework is like flask(a web development framework) which contains some other opensource project like [Butter Knife](https://github.com/JakeWharton/butterknife),[RxJava](https://github.com/ReactiveX/RxJava), [retrofit](https://github.com/square/retrofit) and many other which I said at the end of Readme or in the updatelog.\n\n\n##### Welcome to fork and pull request.\n\nIf you have some good idea about the framework,you can email to us or put your idea on the issue.My Email is ``cymcsg # gmail.com``\n\n\n## Manual\n\n#### Quick Setup (Basic Usage)\nUsing Gradle:\n```groovy\nrepositories {\n    jcenter()\n    }\ndependencies {\n    ...\n    compile 'com.marshalchen.ultimateandroid:ultimateandroid:0.10.2'\n}\n```\n\nor grab via Maven\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.marshalchen.ultimateandroid\u003c/groupId\u003e\n  \u003cartifactId\u003eultimateandroid\u003c/artifactId\u003e\n  \u003cversion\u003e0.10.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\n\n``The UltimateAndroid use many opensource programs and I am very grateful to the  them.``\n\n\u003e The opensource program which I use:\n\u003e\n\u003e 1. [Butter Knife](https://github.com/JakeWharton/butterknife) for View Injection\n\u003e\n\u003e 2. [retrofit](https://github.com/square/retrofit)\n\u003e\n\u003e 3. [RxJava](https://github.com/ReactiveX/RxJava)\n\u003e\n\u003e 4. [RxAndroid](https://github.com/ReactiveX/RxAndroid)\n\u003e\n\u003e 5. [RxBinding](https://github.com/JakeWharton/RxBinding)\n\u003e\n\u003e 6. [DiskLruCache](https://github.com/JakeWharton/DiskLruCache)\n\u003e\n\u003e 7. [glide](https://github.com/bumptech/glide)\n\u003e\n\u003e 8. [google-gson](https://github.com/google/gson)\n\u003e\n\u003e 9. [glide-transformations](https://github.com/wasabeef/glide-transformations)\n\u003e\n\n\n\nIf there's anything I forgot to mention,I would be very appreciated for helping me notice it.\n\n\n\nScreenshot:\n\n\u003ch2 \u003e\u003ca name=\"demo_of_ui\"\u003eScreen Shot:\u003c/h2\u003e  \n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/0bed76fcdecb604afab39df9ce1a509af4b6f995/ultimaterecyclerview/ultimate_recyclerview6.gif)\n\n\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-14.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-1.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-2.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-3.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-4.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-5.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-6.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-7.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-8.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-9.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-10.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-11.gif)\n\n![tutorials2](https://bytebucket.org/marshalchen/images/raw/e943b6016246e1f3c2085a24e1a773e0107775b3/ultimateandroid/tutorial2-12.gif)\n\n\n\n\u003cbr\u003e\n\n\n## License\n\n``` \nCopyright 2014-present Marshal Chen\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```\n\n\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcymcsg%2Fultimateandroid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcymcsg%2Fultimateandroid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcymcsg%2Fultimateandroid/lists"}