mirror of
https://github.com/wasabeef/awesome-android-ui.git
synced 2026-03-09 07:22:17 -05:00
[PR #160] [CLOSED] Added android-list-manager #210
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wasabeef/awesome-android-ui/pull/160
Author: @edsilfer
Created: 11/16/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
bcbb07bUpdate README.mdadbcd2fUpdate List-Grid.md📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📝
pages/List-Grid.md(+2 -0)📄 Description
Some components become very common while developing a new application. If the developer gets too lazy, source code can become messy and, before he realizes, a lot of duplication has been inserted on the project, increasing the Tecnical Debt and destroying SOLID principles making Uncle Bob cry. One of these components that keeps being used all the time is
RecyclerViewitsViewHolder(s) andAdapter(s). They do provide a lot of flexibility and it is very likely that, sooner or latter, it will be required to you implement custom versions of them.Many time - and code!! - could be saved with a simple interface that displays a set of items on a
RecyclerView. That is what Android List Manager was made for, save your time and help you to focus on what is really important.Figure 01: sample view provided by Android List Manager
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.