ehaahe
ehaahe
This is my basic class: ``` class FamilyBean{ String memberId; String sex; String fatherId; String motherId; List children; } ``` when sex = man, the value of children's fatherId is...
Caused by: java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background...
Caused by: java.lang.ArithmeticException: divide by zero 2 at com.flyco.banner.widget.Banner.base.BaseBanner$2.onPageSelected(BaseBanner.java:333) 3 at com.flyco.banner.widget.LoopViewPager.LoopViewPager$1.onPageSelected(LoopViewPager.java:142) 4 at android.support.v4.view.ViewPager.dispatchOnPageSelected(ViewPager.java:1967) 5 at android.support.v4.view.ViewPager.setCurrentItemInternal(ViewPager.java:664) 6 at android.support.v4.view.ViewPager.setCurrentItemInternal(ViewPager.java:630) 7 at android.support.v4.view.ViewPager.setCurrentItem(ViewPager.java:622) 8 at com.flyco.banner.widget.LoopViewPager.LoopViewPager.setCurrentItem(LoopViewPager.java:70) 9 at com.flyco.banner.widget.LoopViewPager.LoopViewPager.setCurrentItem(LoopViewPager.java:76)...
现在mvp这么火,大大也把架构改成mvp结构的吧~~~~
When i migrate android.support to androidx,it is not working with this error,how can i resolve it? the version of ConstrainLayout is 2.0.0-beta2
{ "lastName":"Gates"}这样子的格式无法识别
框架能不能改成支持PUT、DELETE、PATCH等请求方式?貌似框架目前只支持get和post