MIkeeJY

Results 56 comments of MIkeeJY

@xiaolei123 I‘ve found the way to resolved it ...https://github.com/CiprianU/VerticalViewPager Try to use this verticalviewpager instead of this lib

@HomHomLin hi man,just use Ciprian's VerticalViewPager instead of this url's https://github.com/landsnail/VerticalViewPager/tree/master/vertical

Plugin Error: Plugin "GsonFormat" is incompatible (supported only in IntelliJ IDEA). I got error in Android Studio 4.1.0 Please solve this as soon as possible.. I really Appreciate your Plugin....

@wuqi52102857 暂时只能用这个先替代了

> 修改了一下,支持Android Studio 4.1 > https://github.com/luohaohaha/GsonFormat/blob/master/release/GsonFormat.jar 给你点赞

Good job,man! @likfe

same for AS 2.1.2!!!

Try to use recyclerview.getAdapter() instead of your custom adapter

View v = inflater.inflate(R.layout.list_item, null); Changing this to View v = inflater.inflate(R.layout.list_item, parent, false); the same to me