Skip to content

PracticalTraining2021/androidCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 

Repository files navigation

androidCode

技术方案

导航栏

使用Android原生BottomNavigationView控件作为框架,切换显示Fragment

网络框架

使用基于okHttp:3.14.9的retrofit:2.9.0

图片加载库

使用Glide4.12.0加载图片,NiceImageView:1.0.5绘制圆形图片

列表加载框架

部分使用BaseRecyclerViewAdapterHelper:3.0.4

页面切换框架

部分使用fragmentation:1.0.2

Cookie拦截/添加/维护

使用CookieManagerInterceptor

前端交互方式

通过JavaScriptInterface