ListView.setAdapter error
NyeinEi opened this issue · 2 comments
NyeinEi commented
majithg commented
hey... I have fixed man... do like this...
- go to here...
public FriendsAdapter(Context context, List items, FlipSettings settings, CloseListener closeListener) {...}
and remove the "CloseListener closeListener" paframeter. - go to build.gradle(Module: app)...
then you should declare this one..
compile 'com.yalantis:flipviewpager:1.0.0' instead of compile project(':flipviewpager')
that's all...
contact me via: majithg@gmail.com
skype: aka_majith
TeeRawk commented
Fixed