QuickReturn
QuickReturn copied to clipboard
CardsLib and QuickReturn
One thing that happened when I used both CardsLib (Top Colored Material card) with QuickReturn (https://github.com/felipecsl/QuickReturn) is that the app wil crash when I scroll down near the bottom. It's okay when it's still far from the bottom.
This is the warning I got:
You are using generic adapter. Pay attention: your adapter has to call cardArrayAdapter#getView method.
This is how I set the adapter:
listView.setAdapter(mCardArrayAdapter);
listView.setAdapter(new QuickReturnAdapter(mCardArrayAdapter));
I've posted this issue in CardsLib git too:
https://github.com/gabrielemariotti/cardslib/issues/448