240 发简信
IP属地:广东
  • Resize,w 360,h 240
    PineMedia之本地音乐播放器(Android实现)

    项目代码地址:https://github.com/thfhongfeng/PineMedia 介绍 为了方便本地多媒体的播放与查看。基于之前写...

  • Android Studio问题集

    一、Android Studio突然资源文件或者某些类报红,但可以编译通过,报红部分无法追踪。 原因:编译缓存问题。解决方法:关闭Android...

  • Resize,w 360,h 240
    Android应用模板之数据请求框架

    应用模板代码地址:https://github.com/thfhongfeng/AndroidAppTemplate App最核心的东西就是数据...

  • Android应用模板之页面准入框架与动态权限检查

    应用模板代码地址:https://github.com/thfhongfeng/AndroidAppTemplate 界面准入框架和动态权限检查...

  • Resize,w 360,h 240
    Android应用模板之项目配置化

    应用模板代码地址:https://github.com/thfhongfeng/AndroidAppTemplate 项目配置化介绍 项目配置化...

  • Resize,w 360,h 240
    Android应用模板之项目架构和路由

    应用模板代码地址:https://github.com/thfhongfeng/AndroidAppTemplate 项目架构和路由介绍 And...

  • Android应用模板之MVP, MVVM模式

    应用模板代码地址:https://github.com/thfhongfeng/AndroidAppTemplate 其实所谓架构模式,无非是一...

  • Resize,w 360,h 240
    Android应用模板介绍

    应用模板代码地址:https://github.com/thfhongfeng/AndroidAppTemplate[https://githu...

  • RecyclerView异常之:IllegalStateException

    一. assertNotInLayoutOrScroll引起的IllegalStateException 通过调用 notifyxxx 对适配器...