{"id":13832049,"url":"https://github.com/pedrovgs/EffectiveAndroidUI","last_synced_at":"2025-07-09T15:34:38.787Z","repository":{"id":18312170,"uuid":"21490963","full_name":"pedrovgs/EffectiveAndroidUI","owner":"pedrovgs","description":"Sample project created to show some of the best Android practices to work in the Android UI Layer. The UI layer of this project has been implemented using MVP or MVVM (without binding engine) to show how this patterns works. This project is used during the talk \"EffectiveAndroidUI\".","archived":false,"fork":false,"pushed_at":"2023-09-06T06:28:37.000Z","size":994,"stargazers_count":6031,"open_issues_count":5,"forks_count":1193,"subscribers_count":350,"default_branch":"master","last_synced_at":"2024-11-11T17:02:08.524Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pedrovgs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":["pedrovgs"]}},"created_at":"2014-07-04T08:42:20.000Z","updated_at":"2024-11-06T10:40:32.000Z","dependencies_parsed_at":"2022-07-14T03:40:35.862Z","dependency_job_id":"4161021c-01a0-40ad-9534-2a5ed841a2b7","html_url":"https://github.com/pedrovgs/EffectiveAndroidUI","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/pedrovgs%2FEffectiveAndroidUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrovgs%2FEffectiveAndroidUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrovgs%2FEffectiveAndroidUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedrovgs%2FEffectiveAndroidUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedrovgs","download_url":"https://codeload.github.com/pedrovgs/EffectiveAndroidUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225565970,"owners_count":17489290,"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-04T10:01:49.362Z","updated_at":"2024-11-20T13:32:27.774Z","avatar_url":"https://github.com/pedrovgs.png","language":"Java","funding_links":["https://github.com/sponsors/pedrovgs"],"categories":["Java","Libs","App / Demo"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"Effective Android UI [![Build Status](https://travis-ci.org/pedrovgs/EffectiveAndroidUI.svg?branch=master)](https://travis-ci.org/pedrovgs/EffectiveAndroidUI) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-EffectiveAndroidUI-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/1347)\n====================\n\n🔝 Top sponsors 🔝 \n\n[![EmergeLogo](https://www.emergetools.com/images/emergetoolsstandard.png)](https://www.emergetools.com)\n\nSample project created to reinforce some of the main concepts described in the tech talk \"Effective Android UI\".\n\nIn this repository you are going to find some interesting samples like:\n\n* **MVP** and **MVVM (without data binding engine)** samples.\n* How to use **fragments**.\n* How to use **Dagger to implement dependency injection**.\n* Use **resource qualifiers** to change the layout used in **different screen sizes**.\n* Use **resource qualifiers** to change the layout used in **different screen densities**.\n* Use **resource qualifiers** to change the layout in **different Android version**.\n* How to use **styles and themes**.\n* How to **communicate fragments** in the same activity.\n* **Butterknife** library usage to **avoid UI duplicated code**.\n* Uniform **naming** for Android resources.\n* How to use **Navigator** or **ActionCommands** to **implement the navigation** inside the application.\n* Use resource custom qualifiers to **split resource files by domain**.\n* Different **layout usage**: RelativeLayout, LinearLayout, FrameLayout.\n* Usage of **merge, include and view stub**.\n* Correct **ListView** implementation with **view recycle** using **Renderers**.\n* **Interactor implementation** described in the talk \"Software Design Patterns on Android\".\n* Usage of **Dagger to implement two different scopes: Application scope and Activity scope**.\n\nImplementation description\n--------------------------\n\n[EffectiveAndroid UI Video - Spanish][4]\n\n[EffectiveAndroid UI Slides - English][5]\n\nScreenshots\n------------\n\n![Demo Screenshot 1][1]\n![Demo Screenshot 2][2]\n![Demo Screenshot 3][3]\n\nLibraries used on the sample project\n------------------------------------\n\n* [Renderers][6]\n* [Dagger][7]\n* [Butterknife][8]\n* [Picasso][9]\n* [DraggablePanel][10]\n\n\nDeveloped By\n------------\n\n* Pedro Vicente Gómez Sánchez - \u003cpedrovicente.gomez@gmail.com\u003e\n\n\u003ca href=\"https://twitter.com/pedro_g_s\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\" src=\"https://image.freepik.com/iconos-gratis/twitter-logo_318-40209.jpg\" height=\"60\" width=\"60\"/\u003e\n\u003c/a\u003e\n\u003ca href=\"https://es.linkedin.com/in/pedrovgs\"\u003e\n  \u003cimg alt=\"Add me to Linkedin\" src=\"https://image.freepik.com/iconos-gratis/boton-del-logotipo-linkedin_318-84979.png\" height=\"60\" width=\"60\"/\u003e\n\u003c/a\u003e\n\n\nLicense\n-------\n\n    Copyright 2014 Pedro Vicente Gómez Sánchez\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[1]: ./art/screenshot1.png\n[2]: ./art/screenshot2.png\n[3]: ./art/screenshot3.png\n[4]: https://www.youtube.com/watch?v=N6yqe88ysNw\n[5]: http://www.slideshare.net/PedroVicenteGmezSnch/effective-android-ui-english\n[6]: https://github.com/pedrovgs/Renderers\n[7]: https://github.com/square/dagger\n[8]: https://github.com/JakeWharton/butterknife\n[9]: https://github.com/square/picasso\n[10]: https://github.com/pedrovgs/DraggablePanel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrovgs%2FEffectiveAndroidUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedrovgs%2FEffectiveAndroidUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedrovgs%2FEffectiveAndroidUI/lists"}