11 2020 档案
摘要:DrawerLayout布局 design circleimageview 依赖库导入,转载自:https://blog.csdn.net/tuike/article/details/95937072 依赖库的导入: dependencies { implementation fileTree(di
阅读全文
摘要:转载自:https://blog.csdn.net/Fine_rose/article/details/104180658
阅读全文
摘要:转载:https://blog.csdn.net/swy_swy_swy/article/details/105610788?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.cont
阅读全文
摘要:编辑app/build.gradle,在dependencies中添加 implementation("com.squareup.okhttp3:okhttp:4.2.0")
阅读全文
摘要:1.申请权限 <uses-permission android:name="andrroid.permission.FOREGROUND_SERVICE"/> 2.更改myService public class MyService extend Service{ private static fi
阅读全文
posted @ 2020-11-17 10:57
sun锦