android 基础知识
文章平均质量分 70
qq_27083089
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android 适配最新sdk的常驻通知
String ns = Context.NOTIFICATION_SERVICE;String channelId = getString(R.string.app_name); // 通知渠道NotificationManager mNotificationManager = (NotificationManager) getSystemService(ns);RemoteViews myNotificationView = new RemoteViews(getPackageName(), .原创 2021-09-14 11:08:17 · 274 阅读 · 0 评论 -
android 读取asset文件方法封装
android项目里面使用到了读取asset文件,所以在这里做了下封装。原创 2016-03-16 14:59:02 · 595 阅读 · 0 评论
分享