一些让okhttp和retrofit更好用的开源辅助类。包括上传、下载进度监听,断点续传,日期格式转换,Oauth2授权管理,HTTP请求与响应的日志等。
Last updated: almost 4 years ago原项目:EasyPlayer-RTSP-Android。原项目的基础上,去除了x86架构的支持,并迁移至Androidx。
Last updated: almost 4 years agoA KSP-based that generates factory classes and extension methods for the ViewModel.
Last updated: almost 4 years ago辅助android开发者在中间层向view层传递数据和状态的LiveData,可扩展普通的LiveData为StatefulLiveData。
Last updated: almost 4 years ago基于brick搭建的多模块的android工程,演示了brick的用法。Multiple module android project base on brick
Last updated: almost 4 years ago继承自官方的LiveData实现,新添加的观察者不会在被添加到LiveData的时候被回调,只会在下一次数据发生变化时回调。
Last updated: almost 4 years ago一款继承自ViewGroup、实现NestedScrollingParent接口的滑动刷新/追加的布局,通过实现SlidingView接口,可以实现丰富的动态效果。
Last updated: almost 4 years ago方便Android开发者根据不同的状态切换布局的自定义布局,基于FrameLayout,可同时存在多个同状态的子布局,可方便的自定义默认状态的而已,可自定义切换动画。
Last updated: almost 4 years ago辅助android开发者快速创建RecyclerView.Adapter的实现类,基于ViewBinding、DataBinding以及Paging3。
Last updated: almost 4 years ago