04 2023 档案

摘要:fun rotateColors(colors: Array<IntArray>, degrees: Float): Array<IntArray> { val newColors = Array(10) { IntArray(19) { Color.BLACK } } val centerX = 阅读全文
posted @ 2023-04-25 11:09 勤奋的小铁 阅读(8) 评论(0) 推荐(0) 编辑
摘要:在监听LoadState状态时CombinedLoadStates的append有个 endOfPaginationReached来判断PagingSource的nextKey是否已经为null也就是没有更多加载了 阅读全文
posted @ 2023-04-17 15:10 勤奋的小铁 阅读(28) 评论(0) 推荐(0) 编辑
摘要:1、使用 OkHttp3 库来将远程的 GIF 文件转换成 InputStream OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("http://xxxxx/resourc 阅读全文
posted @ 2023-04-17 15:05 勤奋的小铁 阅读(118) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示