摘要: https://github.com/voghDev/PdfViewPager/ Add this line in your app/build.gradle implementation 'es.voghdev.pdfviewpager:library:1.1.2' If you want to 阅读全文
posted @ 2020-10-15 14:50 Jokeyyu 阅读(274) 评论(0) 推荐(0) 编辑
摘要: public class WifiUtils { private Context mContext; private WifiManager mWifiManager; public WifiUtils(Context context) { mContext = context; mWifiMana 阅读全文
posted @ 2020-10-15 14:34 Jokeyyu 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 1.include 标签必须设置id <include android:id="@+id/toolbar" layout="@layout/layout_toolbar" />2. 代码中使用: mBinding.toolbar.txtTitle 阅读全文
posted @ 2020-10-15 14:31 Jokeyyu 阅读(2815) 评论(0) 推荐(0) 编辑