{"id":20579631,"url":"https://github.com/wolox/woloxandroidbootstrap","last_synced_at":"2025-04-14T19:21:38.767Z","repository":{"id":29339302,"uuid":"32873198","full_name":"Wolox/WoloxAndroidBootstrap","owner":"Wolox","description":"Wolox's base template for new Android projects.","archived":false,"fork":false,"pushed_at":"2021-12-01T18:27:14.000Z","size":4729,"stargazers_count":2,"open_issues_count":2,"forks_count":10,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-28T07:41:34.413Z","etag":null,"topics":["android","android-architecture","android-development","android-library","mvp","mvp-android","wolmo"],"latest_commit_sha":null,"homepage":"https://www.wolox.com.ar/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wolox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-25T15:25:27.000Z","updated_at":"2022-02-10T23:10:51.000Z","dependencies_parsed_at":"2022-09-06T19:30:40.793Z","dependency_job_id":null,"html_url":"https://github.com/Wolox/WoloxAndroidBootstrap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2FWoloxAndroidBootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2FWoloxAndroidBootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2FWoloxAndroidBootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wolox%2FWoloxAndroidBootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wolox","download_url":"https://codeload.github.com/Wolox/WoloxAndroidBootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943415,"owners_count":21186958,"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","android-architecture","android-development","android-library","mvp","mvp-android","wolmo"],"created_at":"2024-11-16T06:17:47.389Z","updated_at":"2025-04-14T19:21:38.749Z","avatar_url":"https://github.com/Wolox.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg height=\"200px\" width=\"500px\" src=\"https://user-images.githubusercontent.com/4109119/32070030-42060272-ba8b-11e7-8609-469decac7029.png\"/\u003e\n\u003c/p\u003e\n\n# Wolox Android Bootstrap\n\nThis is the base template project that we use at [Wolox](https://www.wolox.com.ar/) for new Android applications.\n\nThis project integrates useful libraries and [WOLMO](https://github.com/Wolox/wolmo-core-android), our framework for developing\nAndroid apps.\n\n\n## Features\n\nThese features can be found in Wolox Android Boostrap:\n\n* Fully integrated with [WOLMO](https://github.com/Wolox/wolmo-core-android)\nand [WOLMO NETWORKING](https://github.com/Wolox/wolmo-networking-android)\n* Usage example of the MVP architecture.\n* Usage example of Dagger 2 with WOLMO and WOLMO NETWORKING modules.\n* Has [WARP](https://github.com/Wolox/warp) for quick assets creation and optimization.\n* Includes [Chuck](https://github.com/jgilfelt/chuck) for easy HTTP requests logging.\n* Includes [Leak Canary](https://github.com/square/leakcanary) for memory leak detection.\n* Includes some additional dependencies for testing.\n* Base build variants set up for production and development.\n\n### Usage\n\n1. Clone this repository\n2. Change the **applicationId** in the *app/build.gradle* file\n3. Change the ***BootstrapApplication*** class name to the name of your application\n4. Setup the API endpoints (if necessary) in the *Configuration*/*BaseConfiguration* classes\n5. Change the launcher icons under *main*/*stage* directories\n6. Setup the production keystore credentials: run `scripts/keystore.sh` from the project root directory or create *app/keystore.gradle* file manually:\n```gradle\next.release_keystore=file('...')\next.key_alias='...'\next.key_password='...'\next.store_password='...'\n```\n\n## \u003ca name=\"topic-about\"\u003e\u003c/a\u003e About\n\nThis project is maintained by [Juan Ignacio Molina](https://github.com/juanignaciomolina)\nand is developed by [Wolox](http://www.wolox.com.ar).\n\n![Wolox](https://raw.githubusercontent.com/Wolox/press-kit/master/logos/logo_banner.png)\n\n## \u003ca name=\"topic-license\"\u003e\u003c/a\u003e License\n\n**WOLOX ANDROID BOOSTRAP** is available under the MIT [license](https://raw.githubusercontent.com/Wolox/WoloxAndroidBootstrap/master/LICENSE.md).\n\n    Copyright (c) Wolox S.A\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in\n    all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n    THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolox%2Fwoloxandroidbootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolox%2Fwoloxandroidbootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolox%2Fwoloxandroidbootstrap/lists"}