SSSSunrise

Results 8 comments of SSSSunrise

ok, 我已经搞定了

我看源码里,你的相机拍照功能是TODO的

嗯,加油,我试了GitHub上好多个文件浏览器,大部分都有一个问题 就是手机内部有乱码文件,无法识别,会爆JNI异常 你这个没有出现这样的问题 很不错 ![image](https://user-images.githubusercontent.com/31717774/56403531-514a0c80-6294-11e9-9ef5-38ebbf012c1b.png) 这是大多数文件浏览器,或者文件读取库存在的问题 ![image](https://user-images.githubusercontent.com/31717774/56403558-6a52bd80-6294-11e9-82a0-80c059254c6f.png) 这是我用你的库

推送建议在其他类接收,我说说我这边的处理方式 1.在MainFragment里写内部类接收推送消息 2.然后把MainFragment实例化全局静态 3.直接使用MainFragment调用栈顶Fragment,然后得到栈顶Fragment.start(fragment),如果栈顶Fragment是类似DialogFragment记得关闭后再调用栈顶启动新页面

https://github.com/YoKeyword/Fragmentation/issues/820#issuecomment-380367650

![image](https://user-images.githubusercontent.com/31717774/55382119-6d8d4000-5557-11e9-83e1-add0b7f7b72b.png)

弹出动画可以自定义吗?

> @Blankj @bytebubbles @cooaer > > 测试机型:荣耀 20 经过如下更改正常工作 > > ``` > `override fun getResources(): Resources { > var resources = super.getResources() > resources = AdaptScreenUtils.adaptWidth(resources, 375) > //...