240 发简信
IP属地:河北
  • Resize,w 360,h 240
    Android 全局设置字体

    Android 8.0 和 Android 支持库 26 允许您从提供程序应用请求字体,而无需将字体绑定到 APK 中或让 APK 下载字体。此...

  • 刚学会把自己代码发布到JitPack

    To get a Git project into your build:Step 1. Add the JitPack repository ...

  • kotlin单例与java单例

    kotlin中的单例 class SingletonTestKt{ } /*//懒加载object SingletonTestKt {}*/...

  • Kotlin RecyclerViewAdapter封装

    BaseRecyclerViewAdapter封装 abstract class BaseRecyclerViewAdapter<D, VH ...

  • Kotlin 重写项目笔记(持续更新)

    7、${} 正确使用方法 一个DataBean实体类,想要打印其中一个属性值 println("sth $databean.name") 这是错...

  • Android开发艺术探索笔记-自定义View-跟手滑动

    实现一个跟手滑动的效果,这一定是个自定义View,拖动它可以让它在整个屏幕上随意滑动。这个View实现起来很简单,我们只要重写它的onTouch...

  • RxJava+Retrofit2.0 OkHttp添加日志拦截器和设置请求头

    添加日志拦截器 OkHttpClient.Builder httpClientBuilder = new OkHttpClient.Builde...

  • Android WebView、WebViewClient、WebChormeClient常用知识点

    WebView WebView、WebViewClient and WebChormeClient 常用知识点 概述 WebView是Andro...