老師講的不錯(cuò),但就是沒有配套資料和源碼,主要是沒項(xiàng)目中使用到的圖片,給的文檔網(wǎng)址也無法訪問。。。
2024-04-02
在Android 12 (API level 31) 及以上,不能在應(yīng)用處于后臺(tái)時(shí)啟動(dòng)foreground service,否則會(huì)拋出:
ForegroundServiceStartNotAllowedException??梢酝ㄟ^workManager來實(shí)現(xiàn)
ForegroundServiceStartNotAllowedException??梢酝ㄟ^workManager來實(shí)現(xiàn)
2023-11-02
新版本使用ViewBinding寫法時(shí),binding的初始化要在onCreateView方法里實(shí)現(xiàn),onBindViewHolder方法中holder.itemView.itemImage是找不到的,需要在RecyclerView.ViewHolder類中定義好后,如“val itemImage: ImageView = view.findViewById(R.id.item_image)”然后在onBindViewHolder方法中直接取holder.itemImage
2023-10-09
+ 我來回答
回答最高可+2積分
最新回答 / qq_海上靈光_0
同求,現(xiàn)在電子書不能訪問了