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