Skip to content

Commit

Permalink
MVPHulk初级封装
Browse files Browse the repository at this point in the history
  • Loading branch information
wujun committed Aug 13, 2019
1 parent 2eeeb5c commit a19ffda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,11 @@ public class CityListPresenter extends BasePresenter<CityListModel, CityListCont
}
```

⚠️注意:RSubscriberList(适用于List界面,可刷新加载更多)、RSubscriber(适用于单界面)

Transformer中retrofit(BaseRes类中的泛型 -即有result)、retrofitBaseRes(接口响应只有BaseRes,内部的泛型为null)


6.)继承自BaseAdapter的Adapter设置相关数据展示

参考如下
Expand Down

0 comments on commit a19ffda

Please sign in to comment.