[PR #160] [CLOSED] Added android-list-manager #210

Closed
opened 2025-11-07 07:22:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wasabeef/awesome-android-ui/pull/160
Author: @edsilfer
Created: 11/16/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 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 RecyclerView its ViewHolder(s) and Adapter(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.

## 📋 Pull Request Information **Original PR:** https://github.com/wasabeef/awesome-android-ui/pull/160 **Author:** [@edsilfer](https://github.com/edsilfer) **Created:** 11/16/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`bcbb07b`](https://github.com/wasabeef/awesome-android-ui/commit/bcbb07b4ca2f72190b695f810303eac1fedb4850) Update README.md - [`adbcd2f`](https://github.com/wasabeef/awesome-android-ui/commit/adbcd2f211932919e129474240c8a740e3d955cf) Update List-Grid.md ### 📊 Changes **2 files changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `pages/List-Grid.md` (+2 -0) </details> ### 📄 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 `RecyclerView` its `ViewHolder`(s) and `Adapter`(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. <p align="center"> <img src="https://raw.githubusercontent.com/edsilfer/android-list-manager/master/art/img_art_01.png" align="center" width=300> <br /><br /> <i><b>Figure 01:</b> sample view provided by Android List Manager</i> </p> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-07 07:22:41 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-android-ui#210