随笔分类 -  工作常用——安卓原生开发学习理解

摘要:package com.example.chapter09; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android 阅读全文
posted @ 2021-12-26 18:54 小白龙白龙马
摘要:package com.example.chapter11; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import andro 阅读全文
posted @ 2021-12-26 16:18 小白龙白龙马
摘要:WebView可以使得网页轻松的内嵌到app里,还可以直接跟js相互调用。 webview有两个方法:setWebChromeClient 和 setWebClient setWebClient:主要处理解析,渲染网页等浏览器做的事情 setWebChromeClient:辅助WebView处理Ja 阅读全文
posted @ 2021-12-22 23:59 小白龙白龙马
摘要:后续更新——占个坑位 阅读全文
posted @ 2021-12-21 00:11 小白龙白龙马