MaterialList
MaterialList copied to clipboard
An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
i tried making changes in the cardprovider.java but i was not successful in doing that
Is it possible to have Cards within GridView?
Is there a way to add images or icons inside the buttons? I hope its possible because the welcome card has check icon/image on a button. Do I need to...
I use this code to implement loading more data with MaterialList. it's work when mListView.setColumnCountPortrait(1); but when I set it 2 for example, function findFirstVisibleItemPosition return -1 all the time....
@dexafree  i have successfully integrated your library but it is not been able to work properly.. it has been showing some 'cannot resolve methods' and classes...
How can I pass a card through intent. The object card can not be serialized or parceled. Please help me. I need to pass the card to another activity.
You used a ViewHolder pattern but not in correct way, build function is called in onBindViewHolder (in MaterialListAdapter) and it uses findViewById many times which it is not a cheap...
How can I increase the spacing between two cards ?
Hi there, I'm migrating my code from v2 to v3. I just find out that for v3 tag is no longer used. Can you tell me the workaround? Because I...
Can I programatically set the focus to whatever position on the list I like ? Whenever I build a list and renders it in the app, it focuses on a...