{"id":13989133,"url":"https://github.com/uber/android-template","last_synced_at":"2025-10-31T22:04:33.833Z","repository":{"id":51382683,"uuid":"88096946","full_name":"uber/android-template","owner":"uber","description":"This template provides a starting point for open source Android projects at Uber.","archived":false,"fork":false,"pushed_at":"2021-05-12T17:30:38.000Z","size":158,"stargazers_count":129,"open_issues_count":6,"forks_count":60,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-11-29T07:37:12.402Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uber.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-12T21:17:23.000Z","updated_at":"2024-11-23T20:11:28.000Z","dependencies_parsed_at":"2022-09-11T19:22:31.217Z","dependency_job_id":null,"html_url":"https://github.com/uber/android-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/uber/android-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fandroid-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fandroid-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fandroid-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fandroid-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uber","download_url":"https://codeload.github.com/uber/android-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uber%2Fandroid-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259308162,"owners_count":22837974,"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-08-09T13:01:32.083Z","updated_at":"2025-10-06T04:06:27.484Z","avatar_url":"https://github.com/uber.png","language":"Java","readme":"# android-template [![Build Status](https://travis-ci.org/uber/android-template.svg?branch=master)](https://travis-ci.org/uber/android-template)\n\nThis template provides a starting point for open source Android projects at Uber.\n\n## Scaffolding Provided\n\nThis repository provides the following components that are common to our open source projects:\n\n- CHANGELOG.md\n- CONTRIBUTING.md\n- LICENSE.txt\n- README.md\n- RELEASING.md\n- Issue \u0026 Pull Request Templates\n- Git Ignore\n- Checkstyle\n- Links to Codestyle\n- Lint\n- Dependency Management\n- Maven Central Release Script\n- Proguard Config\n\n## Checklist\n\n- [ ] Clone this repository into a folder of your project's name `git clone git@github.com:uber/android-template.git MY_PROJECT`. Or if you're copying the folder, don't forget hidden files!\n- [ ] Reinitialize git\n    - [ ] Delete the `.git` folder\n    - [ ] Start a git repo with `git init`\n    - [ ] Make initial git commit with all files\n- [ ] Update the `PROJECT_NAME` inside the files `./github/ISSUE_TEMPLATE.md` and `./github/PULL_REQUEST_TEMPLATE.md` to your project’s name.\n- [ ] Move your project's modules into the sample project\n    - [ ] Update `settings.gradle` to point to the modules you added\n    - [ ] Update `dependencies.gradle` and respective `build.gradle` files to make sure dependencies are hooked up and compiling properly\n- [ ] Remove the sample modules `app` and `lib`.\n- [ ] Modify `CHANGELOG.md` to reflect the version of your initial release.\n- [ ] Update this `README.md` file to reflect your project.\n    - [ ] Delete everything above including these checkboxes\n\n# Project Name ![Build Status](https://github.com/uber/android-template/workflows/CI/badge.svg)\n\nReplace this text with a synopsis of the library.\n\n## Motivation\n\nExplain why this library exists and what problems it solves.\n\n## Download\n\nInclude instructions on how to integrate the library into your projects. For instance install in your build.gradle:\n\n```\ndependencies {\n  annotationProcessor 'com.uber:annotation-processor:0.0.1'\n  implementation 'com.uber:library:0.0.1'\n}\n```\n\n## Usage\n\nProvide instructions on how to use and integrate the library into a project.\n\nIf there's some special pieces for testing (ie Mocks) explain those here as well.\n\n## License\n\n    Copyright (C) 2017 Uber Technologies\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","funding_links":[],"categories":["Java"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber%2Fandroid-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuber%2Fandroid-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuber%2Fandroid-template/lists"}