-
In the readme.md is written:
_Additionally, you can set up a Delegate to be notified when the image is being liked or disliked:_
...
```
card.setOnClickListener(new CardModel.OnClickListener() {
…
-
On the Samsung tablet and other devices, users are unable to scroll if they happen to touch a card rather than an area around the card.
Either the area around the card needs to be big enough to selec…
-
Hi @gabrielemariotti,
I have an issue with the CardExpandInside:
I created a CardListView of CustomCards with CustomCardExpand expanding inside the CustomCards. Inside the CustomCardExpand there's o…
-
Hi,
I have problem implementing this lib with viewpager and undobar, I believe this is because there is more than one page in viewpager, because when I added more page, the undo bar only works on fi…
-
When moving cards, the cards break apart as they move. It's easiest to explain with a video, so see below for an example.
#### My Setup
##### Hardware
HTC One, running android 4.4 cyanogenmod
##### S…
-
**Note**: This design is evolving...see the bottom on the comment thread for latest iterations.
![first-time ux desktop 1 2](https://cloud.githubusercontent.com/assets/1393022/2811900/cbbf18ee-ce37-1…
-
I try to implement infinite scroll.
But when setOnScrollListener it fires some tines a stop, not firing any more.
I test with standard ListView and work well:
Binding:
listView.setOnScrollListener(
…
-
- Sitenavigation from Effekts.css
- tournaments as cards, which can be swiped (maybe)
- Stats swipeable and fullscreen
- lazyload all contents of dashboard and lp (http://conditionerjs.com/)
- lazyloa…
-
The short version:
When the OnClickListener or OnLongClickListener is set for a Card, it consumes all TouchEvents.
The long version:
I am trying to enable Pull-to-Refresh on a CardListView --
htt…