About JazzyListView Android

1k Views Asked by At

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:

Anybody can help me, please....

2

There are 2 best solutions below

0
On BEST ANSWER

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,

0
On

Did you add dependencies in build.gradle ?

compile 'com.twotoasters.jazzylistview:library:1.2.1'
compile 'com.twotoasters.jazzylistview:library-recyclerview:1.2.1'