04 2023 档案
摘要:fun rotateColors(colors: Array<IntArray>, degrees: Float): Array<IntArray> { val newColors = Array(10) { IntArray(19) { Color.BLACK } } val centerX =
阅读全文
摘要:在监听LoadState状态时CombinedLoadStates的append有个 endOfPaginationReached来判断PagingSource的nextKey是否已经为null也就是没有更多加载了
阅读全文
摘要:1、使用 OkHttp3 库来将远程的 GIF 文件转换成 InputStream OkHttpClient client = new OkHttpClient(); Request request = new Request.Builder() .url("http://xxxxx/resourc
阅读全文