IP属地:海南
Android 8.0 和 Android 支持库 26 允许您从提供程序应用请求字体,而无需将字体绑定到 APK 中或让 APK 下载字体。此...
To get a Git project into your build:Step 1. Add the JitPack repository ...
kotlin中的单例 class SingletonTestKt{ } /*//懒加载object SingletonTestKt {}*/...
BaseRecyclerViewAdapter封装 abstract class BaseRecyclerViewAdapter<D, VH ...
7、${} 正确使用方法 一个DataBean实体类,想要打印其中一个属性值 println("sth $databean.name") 这是错...
实现一个跟手滑动的效果,这一定是个自定义View,拖动它可以让它在整个屏幕上随意滑动。这个View实现起来很简单,我们只要重写它的onTouch...
添加日志拦截器 OkHttpClient.Builder httpClientBuilder = new OkHttpClient.Builde...
WebView WebView、WebViewClient and WebChormeClient 常用知识点 概述 WebView是Andro...