240 发简信
IP属地:河南
  • Resize,w 360,h 240
    路由框架-ARouter(跳转拦截)

    比如支持解析标准URL进行跳转,并自动注入参数到目标页面中;支持添加多个拦截器,自定义拦截顺序. javaCompileOptions { an...

  • RecyclerView中的ItemDecoration(多功能)

    package com.hjlm.sanfentianxia.view; import android.content.Context; imp...

  • RecyclerView列表布局,瀑布流(多规格布局)

    1,列表布局 //设置布局管理器 recyclerview.setLayoutManager(new GridLayoutManager(con...

  • RecyclerView基本用法(垂直布局)

    在使用RecyclerView时候,必须指定一个适配器Adapter和一个布局管理器LayoutManager。 recyclerView=(R...

  • TextView基本属性(加粗、中划线、省略号)

    1,android:textStyle="bold"//加粗 2,textview.getPaint().setFlags(Paint.STRI...

  • AndroidStudio常用快捷键——Windows

    Ctrl+Z 倒退 Ctrl+J 自动代码 Ctrl+Shift+Z ...