zoukankan      html  css  js  c++  java
  • Android常用框架和控件使用

    Router框架

    https://github.com/iqiyi/Andromeda/blob/master/CHINESE_README.md

    https://github.com/alibaba/ARouter

    https://github.com/liuzhao2007/EasyRouter

    腾讯Bugly异常上报集成
    https://www.jianshu.com/p/0a135d90e464

    Bugly Android热更新使用指南
    https://bugly.qq.com/docs/user-guide/instruction-manual-android-hotfix/

    ConvenientBanner 实现广告轮播,自动播放。
    https://blog.csdn.net/u010090644/article/details/52440928
    git地址:https://github.com/saiwu-bigkoo/Android-ConvenientBanner

    安卓自定义圆形图片控件的使用(hdodenhof/CircleImageView)
    https://github.com/hdodenhof/CircleImageView
    https://www.cnblogs.com/mo-xue/p/5933429.html


    七牛云直播Android推流端之开速开发
    https://www.jianshu.com/p/e4c43c6551d1
    https://github.com/pili-engineering/PLDroidMediaStreaming
    https://github.com/pili-engineering


    EasyRecyclerView
    https://github.com/Jude95/EasyRecyclerView
    https://www.jianshu.com/p/34b78dae9f57

    MVP模式在Android开发中的最佳实践
    https://blog.csdn.net/sbsujjbcy/article/details/50707696

    这里介绍一个开源库Mosby,github地址https://github.com/sockeqwe/mosby

    dependencies {
    compile 'com.hannesdorfmann.mosby:mvp:2.0.1'
    compile 'com.hannesdorfmann.mosby:viewstate:2.0.1'
    }

    CardView的使用及适配
    https://www.jianshu.com/p/0c11fc6c9ff6

    三方框架使用:
    http://square.github.io/dagger/
    https://google.github.io/dagger/
    https://github.com/ReactiveX/RxJava
    https://github.com/ReactiveX/RxAndroid
    https://github.com/greenrobot/EventBus
    https://github.com/greenrobot/greenDAO
    https://github.com/jenly1314/Base
    https://github.com/jenly1314/KingTV


    RecyclerView,CardView,Palette的使用
    https://github.com/xujinping/AndroidMDDemo

  • 相关阅读:
    Centos7配置局域网yum源报错——Error downloading packages: failed to retrieve packages...
    Centos7扩展根分区——不增加磁盘
    Paxos算法
    记一次业务中的大坑-MYSQL有重复数据下的增加主键
    填坑之路——Hadoop分布式缓存
    Java接口技术
    Java-IO操作性能对比
    Clob对象转换为String
    剖析Reflection.getCallerClass
    Java类的加载、链接和初始化
  • 原文地址:https://www.cnblogs.com/bluestorm/p/9437871.html
Copyright © 2011-2022 走看看