A-10ng

Results 9 comments of A-10ng

是忘加 android:usesCleartextTraffic="true" 的原因吗

> api(rootProject.ext.dependencies["picture_library"]) { exclude group: 'androidx.camera' } 即可 还是不行

这里有解决方法 #1009

这里也有解决方法 #1009 > 日月年这个倒是挺简单的啊,框架本身就支持了啊,自定义布局时候把里面的年月日位置更换一下再把setDateType设置年月日的显示顺序[ ![image](https://user-images.githubusercontent.com/20966610/91418054-37efa200-e884-11ea-86ec-7fbef6a9f192.png) ](url),就可以解决了

Actually, you can use "context.getExternalFilesDir(Environment.DIRECTORY_MUSIC)" in all Android Platforms.

区别: finish(); startActivity(newActivity); 在转场时会出现白屏动画 startActivity(newActivity); finish(); 则不会 参数: 测试机:华为畅享9 Android版本:9 compileSdkVersion 29 buildToolsVersion "29.0.3" minSdkVersion 21 targetSdkVersion 29