crosswall / Android-Coverflow

A beautiful coverflow lib for android
Other
910 stars 164 forks source link

能否提供一个onItemClcikListener的接口,能否提供一个 #14

Closed zj8331182 closed 8 years ago

zj8331182 commented 8 years ago

如题,目前没有onItemClick 和OnItemLongClick接口

crosswall commented 8 years ago

好的,有时间会弄的。

目前你可以通过触摸区域来判断item的点击,会尽快更新的。 pagerContainer.setOnTouchListener(...)

zj8331182 commented 8 years ago

good job

haemi commented 8 years ago

unfortunately I don't understand the chinese part here :) how is it possible to determine which item was tapped on?

zj8331182 commented 8 years ago

Yes, the chinese part means 'there is no such methods like onItemClickListener and onItemLongClickListener' @haemi

crosswall commented 8 years ago

coming soon...@zj8331182 @haemi

crosswall commented 8 years ago

@zj8331182 @haemi see Demo

new release version is 1.0.4

dependencies {
            compile 'com.github.crosswall:Android-Coverflow:release-v1.0.4'
    }