Everythings works fine but
wheels.addClickingListener is not fired.
snippet:
wheel.addClickingListener(new OnWheelClickedListener() {
@Override
public void onItemClicked(WheelView wheel, int itemIndex) {
Toast.makeText(getApplicationContext(), "clicked", Toast.LENGTH_SHORT).show();
}
});
please specify the solution
Original issue reported on code.google.com by off...@msoftech.com on 25 Sep 2013 at 5:17
Original issue reported on code.google.com by
off...@msoftech.com
on 25 Sep 2013 at 5:17