Yalantis/FlipViewPager.Draco

ListView.setAdapter error

NyeinEi opened this issue · 2 comments

Cannot add BaseFlipAdapter in ListView.setAdapter() method. please help!!!
capture

hey... I have fixed man... do like this...

  1. go to here...
    public FriendsAdapter(Context context, List items, FlipSettings settings, CloseListener closeListener) {...}
    and remove the "CloseListener closeListener" paframeter.
  2. 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

Fixed