Scavenger
Scavenger
请问下作者,非androidx的版本,也就是support库依赖的最后一个版本,版本号是多少,另外该版本可以切换阿里云内核吗,因为还在维护老项目,用的老版本饺子播放器,加载一两分钟的视频缓冲时间也特别长,需要做一些优化,烦请告知,感谢
集成autosize之后,app进入后台,然后点击桌面图标,app就会重新进入启动activity,已经在多个品牌手机上测试都是这种情况(华为小米魅族), app内部没有其他适配相关代码
使用横竖屏切换功能之后,布局触发了build功能。 是否可以在横竖屏切换时,禁止触发build?我只需要在竖屏的情况下进行适配
Can I set an overall background image for the ConvexAppBar? such as this effect,I need to set the background image for colleagues while using the middle bulge effect;
使用EasyRefresh+CustomScrollView+SliverToBoxAdapter时,若SliverToBoxAdapter内包含非固定高度的widget,自定义的header显示异常;自定义Header是使用的ClassicHeader源码修改,下拉时只显示一个loading,完成之后显示文字; `class _CusEasyRefreshState extends State { @override Widget build(BuildContext context) { return EasyRefresh( onRefresh: widget.onRefresh, onLoad: widget.onLoad, header: _getClassicHeader(), footer: _getFooter(), child: CustomScrollView( slivers: [ const HeaderLocator.sliver(), if (widget.buildSliverToBoxAdapter !=...
调用refreshController.finishLoad(IndicatorResult.noMore)之后,foot显示“已全部加载”,但还是会触发onLoad回调,就是如此设计的吗?还是我使用有问题?