About JazzyListView Android

android, animation, java, jazzylistview, listview

Solution

hay i just got the answer.....in order to resolve this .....you need to add one more project as library which is NineOldAndroids

make sure that all these project are in the same directory.

Thanks,

Problem

When I implement JazzyListView library, I was getting an error like: ``` com.nineoldandroids cannot be resolved The type CardsEffect must implement the inherited abstract method JazzyEffect.setupAnimation(View, int, int, ViewPropertyAnimator) ViewHelper cannot be resolved ViewPropertyAnimator cannot be resolved to a type ``` I just wanted to implement JazzyListView in my project: - Reference link: https://github.com/twotoasters/jazzylistview - See on apk file: https://play.google.com/store/apps/details?id=com.twotoasters.jazzylistview.sample Anybody can help me, please....

Original source