240 发简信
IP属地:甘肃
  • CheckBox自定义样式和扩大点击区域

    【背景需求】​Android中CheckBox的使用频率是相当高的,但是很多时候系统自带的样式和效果并不能满足实际项目需求,所以知道怎么去自定义...

  • RecyclerView可以在xml文件中配置的特别属性

    【自定义RecyclerView】 【xml 配置】 【来源】 http://blog.csdn.net/u013147734/article/...

  • 检查是否安装微信/支付宝/QQ/微博?

    package com.yitong.mobile.common.config.util; import android.content.Con...

  • RecyclerView+PagerSnapHelper实现viewpager效果

    【链接】(1)https://blog.csdn.net/zhangphil/article/details/82803528[https://...

  • ScrollView嵌套EditText时候, EditText滑动会失效

    【链接】https://www.jianshu.com/p/48f27eccac20[https://www.jianshu.com/p/48f...

  • 优雅的调试手机中的数据库:SQLiteStudio(实时调试)

    【链接】https://www.jianshu.com/p/0208105d894d[https://www.jianshu.com/p/020...

  • DialogFragment代替AlertDialog和Dialog

    【传送门】https://www.jianshu.com/p/d1852b04a0aa[https://www.jianshu.com/p/d1...

  • android 三方库实现邮箱发邮件

    【链接】(1)https://blog.csdn.net/tangedegushi/article/details/81238136[https...

  • AlertDialog中有EditText无法弹出输入法键盘

    【问题】alertDialog 中有EditText 会导致无法弹出输入法键盘解决方案: 在dialog.show()显示之后!!! 加多以下两...