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);

posted on 2018-11-12 16:17  手撕高达的村长  阅读(346)  评论(0编辑  收藏  举报

导航