{"id":13989485,"url":"https://github.com/thiagokimo/Base","last_synced_at":"2025-07-22T11:30:28.227Z","repository":{"id":149787517,"uuid":"41968150","full_name":"thiagokimo/Base","owner":"thiagokimo","description":"Base is a lightweight library that gives you a clean architecture foundation for your Android MVP's","archived":false,"fork":false,"pushed_at":"2018-03-06T08:44:18.000Z","size":209,"stargazers_count":137,"open_issues_count":0,"forks_count":20,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-29T08:39:09.620Z","etag":null,"topics":["android","android-mvp","base","framework","mvp"],"latest_commit_sha":null,"homepage":"http://kimo.io/2015/09/06/base/","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/thiagokimo.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":"2015-09-05T16:37:11.000Z","updated_at":"2023-07-12T10:47:30.000Z","dependencies_parsed_at":"2023-06-02T15:00:10.214Z","dependency_job_id":null,"html_url":"https://github.com/thiagokimo/Base","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/thiagokimo/Base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagokimo%2FBase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagokimo%2FBase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagokimo%2FBase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagokimo%2FBase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thiagokimo","download_url":"https://codeload.github.com/thiagokimo/Base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thiagokimo%2FBase/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266483407,"owners_count":23936332,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["android","android-mvp","base","framework","mvp"],"created_at":"2024-08-09T13:01:41.596Z","updated_at":"2025-07-22T11:30:27.731Z","avatar_url":"https://github.com/thiagokimo.png","language":"Java","readme":"# Base\n\n[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Base-green.svg?style=flat)](https://android-arsenal.com/details/1/2454)\n![Jitpack Badge](http://img.shields.io/github/release/thiagokimo/Base.svg?label=JitPack)\n\nBase is a lightweight library that gives you a clean architecture foundation for your Android MVP's.\n\n![icon](https://raw.githubusercontent.com/thiagokimo/Base/master/images/base-icon.png)\n\nThe main objective of this repository is to show developers\nhow I would architect my Android code in future projects.\n\nFor more details of this library, click [here](http://kimo.io/2015/09/06/base/).\n\n## Using\n\nAdd it in your build.gradle at the end of repositories:\n``` groovy\nrepositories {\n\t// ...\n\tmaven { url \"https://jitpack.io\" }\n}\n```\n\nAdd the base into your dependencies:\n\n``` groovy\ndependencies {\n    // base files\n    compile 'com.github.thiagokimo.Base:base:1.3.0'\n}\n```\n\nBase can be used with the support libraries as well:\n``` groovy\n// support v4\ncompile 'com.github.thiagokimo.Base:base-v4:1.3.0'\n```\n``` groovy\n// support v7\ncompile 'com.github.thiagokimo.Base:base-v7:1.3.0'\n```\n\n## Credits\n- Icon by Jhun Capaya\n\n## License\n\n    Copyright 2011, 2012 Thiago Rocha\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","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagokimo%2FBase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthiagokimo%2FBase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthiagokimo%2FBase/lists"}