zoukankan      html  css  js  c++  java
  • Android 好用和常用的控件

    好用的库
      https://github.com/daimajia/AndroidSwipeLayout  拖动删除
     
     
      https://github.com/bingoogolapple/BGABanner-Android  轮播图
     
     
      https://github.com/kymjs/EmojiChat 聊天
     
     
      https://github.com/jpush/aurora-imui  聊天 2
     
     
     
      https://github.com/Bilibili/BiliShare  分享
     
     
      https://github.com/open-android/Android 教程视频
     
     
      https://github.com/shaohui10086/BottomDialog 评论框 1
     
      https://github.com/showzeng/PureComment 评论框 2
     
     
     
      https://blog.csdn.net/huanghaibin_dev/article/details/79040147 日历插件
     
     
         Intent intent = new Intent(JourneyOneActicity.this,MomentListActivity.class);
            //startActivity(intent);
            startActivityForResult(new Intent(this, MomentAddActivity.class), RC_ADD_MOMENT);

  • 相关阅读:
    Maven项目 Struts和Spring整合
    Android Binder机制
    Android屏幕适配
    AIDL初识
    Android插件化初识
    OOM解决方案
    ANR
    Android性能优化
    Android内存泄露总结
    Glide源码解析
  • 原文地址:https://www.cnblogs.com/sunxun/p/9947142.html
Copyright © 2011-2022 走看看