TommyLemon / Android-ZBLibrary

🔥 Android MVP 快速开发框架,做国内 「示例最全面」「注释最详细」「使用最简单」「代码最严谨」的 Android 开源 UI 框架。 🔥 An Android MVP Framework with many demos, detailed documents, simple usages and strict codes.
Apache License 2.0
5.5k stars 1.38k forks source link

请问BaseHttpListActivity类的使用有没有范例 #15

Closed priscillatong closed 6 years ago

priscillatong commented 6 years ago

DEMO里没有找到,能否给个示例。新手刚学,还不太会运用,有个例子好借鉴,谢谢。

TommyLemon commented 6 years ago

@priscillatong 可以参考UserListFragment,除了继承不一样,Activity初始化函数onCreate和Fragment的onCreateView不一样,其它都一样

TommyLemon commented 6 years ago

@priscillatong 已新增DemoHttpListActivity,DemoHttpRecyclerActivity等示例,欢迎使用新版ZBLibrary 16.6 https://github.com/TommyLemon/Android-ZBLibrary