You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2021. It is now read-only.
The library should basically make it easy to create an about screen like we can see in Phonograph. To achieve this we could possibly nest RecyclerViews. One for the list of "cards" plus the header card featuring the app icon and basic information in a custom layout, and nested in this RecyclerView there should be RexyclerViews for each card that hold custom actions/information in form of a list.
Strong emphasis should be to design it 100% according to material guidelines.
Been working on creating this today, probably 60% of the way. I'm using your libraries @heinrichreimer as a guideline so the API should be pretty intuitive. Hope no one has done it yet!
Description:
The library should basically make it easy to create an about screen like we can see in Phonograph. To achieve this we could possibly nest
RecyclerView
s. One for the list of "cards" plus the header card featuring the app icon and basic information in a custom layout, and nested in thisRecyclerView
there should beRexyclerView
s for each card that hold custom actions/information in form of a list.Strong emphasis should be to design it 100% according to material guidelines.
One idea is to maybe implement this on iOS too.
Platform(s) / language(s):
Attachments:
(Links, mockups, screenshots, API specs)
https://play.google.com/store/apps/details?id=com.kabouzeid.gramophone
![](http://i. imgur.com/yUKgrUq.png)
The text was updated successfully, but these errors were encountered: