谁能提供一个简单的网站访问量统计工具demo,教我怎么统计谷歌数据的?

从2021年一月到现在2023年一月,我已经中了包括ECCV/ICRA/CoRL/TIV等十四篇论文,github上提交了上千次commits。虽然离大佬们的文章质量数量还差一大截,也不知道这些文章能不能中,但是每一篇都绝不是灌水之作,所以我对自己的科研效率整体还是比较满意的。除了内心的驱动力外,有一些科研工具极大提高了我的科研效率。在这里我想从时间管理、论文阅读与写作、代码学习与管理、课程学习、健身放松五个领域分享让我效率倍增的科研神器。2021年截至十月提交了971次commit,写了数万行research代码时间管理先推荐一个可以帮你追踪科研任务完成情况的神器——Trello. 在这款线上软件里,你可以针对不同的论文建立不同的看板(例如下图是我开发的一款仿真软件OpenCDA的看板),然后在该看板下你可以建立多个不同种类的任务列单,比如我这里建了 To-do, Doing, Done三个列单,然后在每个列单下写上对应的该论文的任务,并且给每个任务分配一个due date. 比如我现在正在把gym-carla的架构移植到OpenCDA里,要在十月13日之前完成。同时该软件还支持多人协作,如果你有多个小伙伴一起在合作同一篇论文,那你们可以一起编辑这篇论文的看板,同时把每个任务分配给不同的小伙伴,这样就能做到全面、即时地跟踪科研完成情况。Keep&Share: 这是一款帮你制定日程表的免费线上软件,可以精确到每天的每一分钟你计划做什么,它界面很简洁,不像很多其他日程设定的软件操作繁琐,鼠标点几下就可以把你今天想做的全都规划好。所以我的日常大概是这么个流程:先用Trello理清楚我要做的科研任务,然后再到Keep&Share上将这些科研任务规划到日常作息之中。论文阅读Researchgate: 我在读博之前每天早上第一件事是刷手机朋友圈,读博之后每天早上第一件事变成了刷researchgate.我个人认为,researchgate就像科研人员的朋友圈。 它会经常根据你的领域推荐许多有意思的文章或者最新的文章,很多只需要大概看一眼abstract便知道了他大概的idea, 很适合快速增加你的科研素养。Paperwithcode: 这个很多人都提到过,想找到某篇论文官方源代码和各种民间复现,这里就是最好的去处。s某c某i某hub: 咳咳。Google Scholar: 追踪大佬个人成果的神器,现在基本每个人都会注册google scholar, 点击你心仪大佬页面上的follow按钮,就能得到他们的实时学术成果更新。EndNote: 文献管理的数据库,看过的不错的文献都可以按分类扔到这里面来,妈妈再也不用担心我找不到读过的文献了!几个深度学习/计算机视觉/NLP方向不错的公众号:CVer, 机器之心,极市平台。这几个公众号会经常推送热点文章,对于不想看英文的小伙伴来说是个快速了解最顶尖论文的好平台。Confluence Page: 大公司很多用这个软件来管理内部文档(比如奔驰 oppo), 我也经常用来放我的一些科研思路、论文阅读笔记、工程踩坑,尤其适合同一个实验室共享一个page, 比google doc好用很多。论文写作Overleaf(多人在线Latex), Grammarly(免费检查论文拼写与语法), TableGenerator(像word一样产生Latex表格)这几个已经被好几个小伙伴提到了,在这里不再多说,确实是每次写论文必用。Inkscape: 做图神器,专门用来做research需要的高清矢量图,入门有点点麻烦,但是用好了之后非常好使。代码学习与管理github: 世界上最好的开源代码学习与管理平台。虽然很多人提到了github, 但我觉得很多用户并不是真的会用github. 首先对于代码管理来说,一定要用好git里branch和PR这两个概念,尤其是在多人合作的时候。你的main(以前叫master) branch永远只放已经完全成熟的代码,每个合作者在写自己的代码的时候要根据任务建立一个相应的branch(例如 feature/data_preprocess), 然后提交pull request,同伴review了你的代码后merge到develop branch上,最后整个系统都测试成熟了再合到main上。这个流程在多人合作时非常重要,它能帮你减少许多不必要的代码冲突、关键代码错误。对于代码学习来说,github可以用来快速帮你诊断一套代码是不是优质的,值不值得你花时间去读。一般来说好的代码库 Readme会写的很详细, star较多,有数个closed issue,最好还有一些PR, 厚脸皮推荐下我自己写的代码,基本符合以上要求。Pycharm: 写python的小伙伴强力推荐用这款IDE, 自动纠错,自动引包,支持断点debug, 十分适合用来开发代码和阅读别人写的优质代码。更多详细功能可以看我这篇文章介绍:google drive: 由于美国学校的gmail邮箱都是提供无限存储上限的,google drive是一个非常好的存放数据的地方。课程学习做科研持续学习、不断加强自己的基础知识是非常重要的,所以我经常会在业余时间上一些网课,给自己的科研充电。这里推荐一些我常用的网课平台,并分析一下各大平台的优劣势。深蓝学院: @深蓝学院 最近新起来的在线网课教育课程,有许多robotics相关的课程,课程都很硬核,都很有干货,价格适中,但是会占用比较多的时间,所以上之前一定要给自己留出足够的时间,否则基本就是浪费钱财了(我自己就是最好的例子)。Udacity: 很老牌的在线网课网站了,它的特点主要有三个:1. 贵,最贵的能到一万rmb!2.只出热点方向的课程。3.绝大多数课程已经十分不走心。除了自动驾驶相关的课程和一两个免费的课程,我基本不推荐这里的网课。Udemy: 有各种各样的网课,数量多、涵盖面广, 打折的时候购买非常便宜,但是质量需要好好斟酌。Cousera: 里面的网课都很学术派,我个人认为和工业界有点脱节,但是很适合作为入门。Youtube:里面会有很多名校的公开课程,比如MIT的线性代数,斯坦福的cs 230等等。B站:B站现在有很多中文的网课,比如周博磊老师的强化学习课程,质量都十分不错。健身与放松做科研的小伙伴一定要在努力工作的同时学会放松,一直绷着弦到后面一定会将精力消耗殆尽。Keep: 我个人认为这款健身软件非常适合做科研的同学,因为只要有一块狭小的空间,在任何地点任何时间你都可以跟着它里面的教程进行徒手动作健身,非常灵活,我在疫情期间WFH时经常使用。八段锦: 这并不是一款软件,而是一套强身健体用的“体操”,大概十分钟做一次,里面有很多放松腰椎和肩颈的动作,非常适合常坐久视的小伙伴。Apple Watch或类似的智能手表:主要是为了记录你的睡眠状况,根据睡眠状态来调整作息与饮食,毕竟睡眠对科研人员来说非常重要。知乎:吃科研大瓜,看大佬凡尔赛的最好去处,最近还有很棒的哥几个系列。}
1、BeautifulRefreshLayout-漂亮的美食下拉刷新https://github.com/android-cjj/BeautifulRefreshLayout/tree/BeautifulRefreshForFood2、Material Design-动画风格的选项卡tab切换功能https://github.com/neokree/MaterialTabs3、TwinklingRefreshLayout-支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果https://github.com/lcodecorex/TwinklingRefreshLayout4、DialogLoadding-Android开发之常用的loading等待效果实现,仿微博等待动画。两种实现方式详解https://github.com/QQ986945193/DialogLoadding5、owspace-完整高仿单读的APP,模仿得非常精美,基于MVP+Dagger2+Retrofit2.0+Rxjavahttps://github.com/babylikebird/owspace6、GSYVideoPlayer-android视频播放器,支持基本的拖动,声音、亮度调节,支持边播边缓存https://github.com/CarGuo/GSYVideoPlayer7、NumberKeyboard-仿造android端闲鱼发布选择价格数字键盘自定义数字键盘https://github.com/xuejinwei/NumberKeyboard8、SwipeRecyclerView-自定义下拉刷新上拉加载控件SwipeRefreshLayout+recyclerViewhttps://github.com/niniloveyou/SwipeRecyclerView9、FloatingView-android能够让View执行漂亮的漂浮动画的库https://github.com/UFreedom/FloatingView10、TyperEditText-Android仿业问打字机效果,很炫酷https://github.com/andyxialm/TyperEditText11、CircularMenu-android自动绘制遥控器界面CircularMenuhttps://github.com/sungerk/CircularMenu/12、ConnectListView-ConnectListView联动,listView三级联动https://github.com/maning0303/ConnectListView13、DylanStepCount-Android精准计步器(小米,魅族,华为上可用)https://github.com/linglongxin24/DylanStepCount14、MultiType-FilePicker-MultiType-FilePicker-android一款轻量级的文件选择器,支持多种文件类型https://github.com/fishwjy/MultiType-FilePicker15、SuperTextView-一个功能强大的TextView,可以满足日常大部分布局方式https://github.com/lygttpod/SuperTextView16、Android-SpinKit-Android-SpinKit多个漂亮的加载效果https://github.com/ybq/Android-SpinKit17、PullToRefreshAndLoadMore-一个轻量下拉刷新上拉加载更多控件,已封装ListViewhttps://github.com/woxingxiao/PullToRefreshAndLoadMore18、BluetoothHelper-安卓蓝牙操作库,把蓝牙请求封装像Http一样https://github.com/a-voyager/BluetoothHelper19、Luban-android最接近微信朋友圈的图片压缩算法https://github.com/Curzibn/Luban20、CBDialog-android一个快速创建对话框的工具类库https://github.com/yilylong/CBDialog21、UserGuideView-androidy应用实现用户指引viewhttps://github.com/yilylong/UserGuideView22、okhttp一个让网络请求更简单的框架https://github.com/jeasonlzy/okhttp-OkGo23、TwinklingRefreshLayout-下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebViewhttps://github.com/lcodecorex/TwinklingRefreshLayout24、StickerCamera-android一款集成了相机,图片裁剪,给图片贴贴图打标签的APPhttps://github.com/Skykai521/StickerCamera25、AndroidFire-一款新闻阅读App框架基于Material Desighttps://github.com/jaydenxiao2016/AndroidFire26、ViewPagerCards-android ViewPagerCards卡片切换效果源码https://github.com/rubensousa/ViewPagerCards27、Douya-Material Design 的豆芽客户端完整源码https://github.com/DreaminginCodeZH/Douya28、RestAPP-android网易云音乐界面源码https://github.com/sakurajiang/RestAPP29、huabanDemo-android 应用material design版的花瓣网Apphttps://github.com/LiCola/huabanDemo30、slidingtutorial-android-slidingtutorial-android创建视差效果引导页的库自定义强使用简单https://github.com/Cleveroad/slidingtutorial-android31、DropDownMenu-android实用的多条件筛选菜单,非popupWindow实现无卡顿https://github.com/dongjunkun/DropDownMenu32、CouponView-android开发半圆锯齿背景虚线边框组合实现简单优惠券效果https://github.com/dongjunkun/CouponView33、Tuikan-一款集知乎头条,美图,视频于一体的休闲阅读app源码https://github.com/homcin/Tuikan34、UPMiss-andoorid一个完整的生日管理Apphttps://github.com/qiujuer/UPMiss35、DropDownMenu-android完整的筛选器解决方案DropDownMenuhttps://github.com/baiiu/DropDownMenu36、StepView-android物流跟踪指示器StepViewhttps://github.com/baoyachi/StepView37、StylishMusicPlayer-一个超棒的Android Music Player源码https://github.com/ryanhoo/StylishMusicPlayer38、MaterialTabs-Material Design动画风格的选项卡tab切换功能https://github.com/neokree/MaterialTabs39、GankWithZhihu-阅读类App(MVP + RxJava + Retrofit)https://github.com/Werb/GankWithZhihu40、MyCalendarDemo-一款Android日历提醒软件https://github.com/Werb/MyCalendarDemo41、MaterialHome-基于Material Design的图书展示类完整app采用的是MD设计风格https://github.com/hymanme/MaterialHome42、UpdateDemo-android app自动检测更新库https://github.com/hugeterry/UpdateDemo43、TaoSchool-android一款基于Material Desgin设计的APPhttps://github.com/Hankkin/TaoSchool44、RecyclerViewCardGallery-android使用RecyclerView实现Gallery画廊效果https://github.com/huazhiyuan2008/RecyclerViewCardGallery/45、CKCamera-android一个拍照并裁剪拍出照片的项目https://github.com/ChrisKyle/CKCamera46、SuperIndicator-android SuperIndicator 广告轮播源码https://github.com/hejunlin2013/SuperIndicator47、SignUpAnimation-android一个绚丽的注册动画界面https://github.com/qike2015/SignUpAnimation48、XRecyclerView-andorid RecyclerView下拉刷新,上拉加载更多https://github.com/jianghejie/XRecyclerView49、AutoInstaller-android应用自动下载静默安装https://github.com/a-voyager/AutoInstaller50、SeatTable-android在线电影票选座Demohttps://github.com/qifengdeqingchen/SeatTable51、android-adDialog-android一个简单强大的广告活动弹窗控件https://github.com/yipianfengye/android-adDialog52、Android-FilePicker-android图片和文档选择器https://github.com/DroidNinja/Android-FilePicker53、ViewPagerCards-android卡片切换效果ViewPagerCardshttps://github.com/rubensousa/ViewPagerCards/54、CoCoin-一款完整的记账app(附带源码)https://github.com/Nightonke/CoCoin55、AndroidReview-一款面向Android开发者的一款面试复习Apphttps://github.com/envyfan/AndroidReview56、Douya-开源Material Design豆瓣客户端源码https://github.com/DreaminginCodeZH/Douya57、android脑筋急转弯(完整数据版)源码http://pan.baidu.com/s/1c17AWXM zkw658、DateScroller-探索日期滚轮控件的源码https://github.com/SpikeKing/DateScroller59、ZLayoutManager-五行代码实现 炫动滑动 卡片层叠布局,仿探探、人人影视订阅界面 简单&优雅:LayoutManager+ItemTouchHelperhttps://github.com/mcxtzhang/ZLayoutManager60、RNPolymerPo-基于 React Native 的 Android 企业级应用 Demo。https://github.com/yanbober/RNPolymerPo61、BoomMenu-漂亮的菜单弹出控件 BoomMenuhttps://github.com/Nightonke/BoomMenu62、MobileSafe-MobileSafe 是一个下载过两万并且非常适合初学者学习的项目(没错就是黑马手机卫士)https://github.com/JessYanCoding/MobileSafe63、KuaiChuan-仿茄子快传的一款文件传输应用https://github.com/mayubao/KuaiChuan64、SImageView-一个实用方便的图片控件SImageViewhttps://github.com/suzeyu1992/SImageView65、WowSplash-不规则扩散的splashhttps://github.com/githubwing/WowSplash66、android-FancyBehaviorDemo-使用 CoordinatorLayout 实现复杂联动效果https://github.com/unixzii/android-FancyBehaviorDemo67、LbaizxfPulltoRefresh-仿健客、京东、天猫下拉刷新加载动画实现https://github.com/leibing8912/LbaizxfPulltoRefresh68、ZoomHeader-饿了么是怎么让Image变成详情页的https://github.com/githubwing/ZoomHeader69、XDroid-轻量级Android快速开发框架https://github.com/limedroid/XDroid70、CustomTextLayout-Android自定义组合控件(标题栏+组合布局)非常强大https://github.com/ithedan/CustomTextLayout71、QQ-高仿腾讯QQ,代码十分优雅https://github.com/HuTianQi/QQ72、YingBeautyNote-订个小目标,写个印象笔记https://github.com/HuTianQi/YingBeautyNote73、ZuiMeiTAG-用recyclerView实现最美应用底栏https://github.com/huage2580/ZuiMeiTAG74、ZuiMeiTAG-深入探索通知与插件的实时刷新https://github.com/SpikeKing/TimerAppWidget75、AnimationMenu-android 软软的动画弹出菜单,基于Facebook的Rebuondhttps://github.com/CarGuo/AnimationMenu76、WaveView-高仿百度外卖个人中心,让你的界面和我一起浪起来https://github.com/1139618418/WaveView77、shopcar-仿饿了么购物车下单效果https://github.com/917386389/shopcar78、RxJavaRetrofitOkhttpMvp-时下流行的RxJava+Retrofit+Okhttp+Mvp封装的一个demohttps://github.com/gslovemy/RxJavaRetrofitOkhttpMvp79、BitmapWaveView-安卓自定义View在bitmap中玩转大波浪进度https://github.com/AndroidMsky/BitmapWaveView80、Android-PickerView-Library-Android高仿ios pickerViewhttps://github.com/Airsaid/Android-PickerView-Library81、CustomNavigatorBar-Android通用标题栏组合控件https://github.com/wangluAndroid/CustomNavigatorBar82、SwipeDelMenuLayout-史上最简单,一步集成侧滑(删除)菜单,高仿QQ、IOShttps://github.com/mcxtzhang/SwipeDelMenuLayout83、DragFooterView-向左拖拽跳转至“更多页面”的通用控件https://github.com/uin3566/DragFooterView84、VRefreshLayout-Android下拉刷新控件之header置顶显示效果https://github.com/ileelay/VRefreshLayout85、TransitionHelper-两步实现类似格瓦拉的转场动画https://github.com/ImmortalZ/TransitionHelper86、DialogFragment-自定义对话框应该这样写https://github.com/GitPhoenix/DialogFragment87、RefreshLayout-RefreshLayout让你半小时以内完成一个列表界面https://github.com/gengqiquan/RefreshLayout88、SwipeCardRecyclerView-如何利用RecyclerView打造炫酷滑动卡片https://github.com/HalfStackDeveloper/SwipeCardRecyclerView89、LookLook-一个小时打造新闻apphttps://github.com/xinghongfei/LookLook90、JPTabBar-一款强大的Android底部导航https://github.com/peng8350/JPTabBar91、ByeBurger-炫酷:一句代码实现标题栏、导航栏滑动隐藏,ByeBurger库的使用和实现https://github.com/githubwing/ByeBurger92、CommonRecycler-通用 RecylerAdapter,内置 XRecyclerView,兼容上下拉与动画,高复用,一个 Adapter 通用所有页面,支持空页面,懒人专属https://github.com/CarGuo/CommonRecycler93、FreeBook-先定一个小目标!比如说先用MVP和快速开发框架打造一个免费下载小说的app老司机来手把手教你半天搞定https://github.com/80945540/FreeBook94、IjkPlayerView-基于ijkplayer的视频播放器,仿Bilibili客户端,集成沉浸式全屏、弹幕、触屏控制、视频源切换等功能https://github.com/Rukey7/IjkPlayerView95、CoolImageView-非常酷的图片组件,类似腾讯 QQ 可以让 imageview 的图片背景上下移动,或左右移动https://github.com/HuTianQi/CoolImageView96、AWelcomeVideoPager-ndroid酷炫欢迎页播放视频,仿蚂蜂窝自由行和慕课网https://github.com/linglongxin24/WelcomeVideoPager97、validateui-一个表单验证的libhttps://github.com/LongMaoC/validateui98、CollapseView-Android仿安居客房源详情页图片显示https://github.com/xiaoqiAndroid/CollapseView/tree/master99、HintPopupWindow-比QQ更炫酷的'选项弹窗'动画https://github.com/Zhaoss/HintPopupWindow100、RecyclerViewDemo2- 精通RecyclerView:打造ListView、GridView、瀑布流;学会添加分割线、 添加删除动画 、Item点击事件https://github.com/linglongxin24/RecyclerViewDemo2101、TinderStackView-Android高仿「陌陌」的点点效果https://github.com/Mersens/TinderStackView102、MvpDemo-优雅的构建Android项目之 MVP开发模式https://github.com/PandaQAQ/MvpDemo103、Material Animations -演示View的平移、缩放动画,activity进入和退出动画,界面间元素共享,并且开发者在README中,对动画原理进行了精讲,是学习动画很好的项目,项目代码量比较少,也很适合新手学习。https://github.com/lgvalle/Material-Animations104、Meizhi-每天推送一张妹子图、一个小视频和一系列程序员精选文章,数据来源于代码家的干货集中营。唯一不足就是视频解析还有bug,声音视频无法同步,希望能尽快修复。https://github.com/drakeet/Meizhi105、android-UniversalMusicPlayer-这个开源项目展示了如何实现一个横跨各种Android平台的音乐播放器,包括手机,平板,汽车,手表,电视等。Google官方推出,跨平台开发必看项目。https://github.com/googlesamples/android-UniversalMusicPlayer106、plaid-由谷歌工程师开发,展示Google Material风格设计,项目代码量大,但是结构清晰,还是很好理解的。https://github.com/nickbutcher/plaid107、CalendarView-Android 滚轮日期选择自定义Viewhttps://github.com/chenpengfei88/CalendarView108、AndroidMVPSample-一套完整的Android通用框架https://github.com/WuXiaolong/AndroidMVPSample109、CoordinatorLayoutTest-高仿支付宝9.9.2版本生活模块界面来讲解CoordinatorLayout,AppBarLayout,CollapsingToolbarLayouthttps://github.com/jack921/CoordinatorLayoutTest110、SideSlip_PullToRefresh-Android 集成了RecyclerView 刷新加载,及侧滑菜单的 PullToRefreshhttps://github.com/lvfaqiang/SideSlip_PullToRefresh111、SideSlip_PullToRefresh-通用Android标题栏控件https://github.com/xiaohaibin/CustomTitileBar112、CalendarView-Android 自定义价格日历控件https://github.com/yissan/CalendarView113、ZhiHuDaily-纸飞机-采用MVP架构,集合了知乎日报、果壳精选和豆瓣一刻的综合性阅读客户端https://github.com/marktony/ZhiHuDaily114、ZhiHuDaily-仅2步实现 拜拜 汉堡导航栏效果~ 全新底部导航交互(滑动隐藏)https://github.com/githubwing/ByeBurger115、FloatBubbleView-Android:会呼吸的悬浮气泡https://github.com/IamXiaRui/Android_5.0_ViewDemo/tree/master/FloatBubbleView116、ByeBurger-极其简便的快速实现滑动隐藏标题栏和导航栏https://github.com/githubwing/ByeBurger117、NotificationUtil-全新的Android通知栏,已抛弃setLatestEventInfo,兼容高版本https://github.com/linglongxin24/NotificationUtil118、LauncherView-十分钟搞定酷炫动画,Android自定义 View 入门https://github.com/diamondlin2016/LauncherView119、LiveShow-使用MVP+RxJava制作的笑话APPhttps://github.com/GaoGersy/LiveShow120、ChargeProgress-android 自定义view+属性动画实现充电进度条功能https://github.com/crazyandcoder/ChargeProgress121、Notes-炫酷的ViewPager动画效果https://github.com/Elder-Wu/Notes122、ElasticLayout-超轻量!安卓实现多item抽屉效果动画https://github.com/AndroidMsky/ElasticLayout123、SuperTextView-SuperTextView 一款强大的android TextViewhttps://github.com/lygttpod/SuperTextView124、SuperTextView-自定义LayoutManager实现一个展示文章的View,支持拖动插入以及相应的动画展示https://github.com/rantianhua/AssembleEssay125、VideoRecord-Android 拍摄(横 \ 竖屏)视频的懒人之路https://github.com/CarGuo/VideoRecord126、Telegram-著名IM应用Telegram源码https://github.com/DrKLO/Telegram127、Notes-自定义View系列:未读消息数角标https://github.com/Elder-Wu/Notes128、BeautifulWords-Android开源实战:使用MVP+Retrofit开发一款文字阅读APPhttps://github.com/zuiwuyuan/BeautifulWords129、Notes-自定义ViewPager——左右无限循环,带指示器https://github.com/Elder-Wu/Notes130、Myprogress-安卓Android多阶段进度条progress bar附带动画效果https://github.com/AndroidMsky/Myprogress131、SpannableStringBiulderTest-直接拿去用!几种常见Dialog,懒人必收https://github.com/weavey/NormalSelectDialog132、SpannableStringBiulderTest-【Android】强大的SpannableStringBuilderhttps://github.com/Gavin-ZYX/SpannableStringBiulderTest133、Ghost-微影,一款纯粹的在线视频App,基于Material Design + MVP + RxJava + Retrofit + Realm + Glidehttps://github.com/GeekGhost/Ghost134、SwipeRecyclerView-自定义下拉刷新上拉加载控件(SwipeRefreshLayout + recyclerView)https://github.com/niniloveyou/SwipeRecyclerView135、ViewDragHelperDemo-Android自定义ViewGroup神器-ViewDragHelperhttps://github.com/hiphonezhu/Android-Demos/tree/master/ViewDragHelperDemo136、UserDefinedProgressBar-好玩的动画加载和自定义ProgressBarhttps://github.com/junmei520/UserDefinedProgressBar137、MPermissionUtils-Android6.0 运行时权限 超轻量级工具类https://github.com/Airsaid/MPermissionUtils138、EmptyLayout-Android通用的EmptyLayout-展示不用状态的界面https://github.com/yewei02538/EmptyLayout139、NestFullListView-【Android】ListView、RecyclerView、ScrollView里嵌套ListView 相对优雅的解决方案:NestFullListViewhttps://github.com/mcxtzhang/NestFullListView140、WindowMenuDemo-Android仿Qzone底部导航栏加号弹出菜单https://github.com/MjCodeTinker/WindowMenuDemo141、SmileRefresh-微笑下拉刷新。这是在 SwipeRefreshLayout基础上修改的下拉刷新库。https://github.com/songixan/SmileRefresh142、MyCartDemo-Android自定义View--自己撸一个柱状图也没那么难https://github.com/Hankkin/MyCartDemo143、MDStudySamples-Android TabLayout 分分钟打造一个滑动标签页https://github.com/Mike-bel/MDStudySamples144、WingUE-基本特效:饿了么丝滑无缝过度搜索栏的实现https://github.com/githubwing/WingUE145、史上最牛逼的音乐播放器—仿网易云音乐(已开源)https://github.com/aa112901/remusic146、GABottleLoading-贝塞尔风暴 - 超炫GABottleLoading效果https://github.com/Ajian-studio/GABottleLoading147、PathAnimView-【注释张豪华版 Path酷炫动画】极速get花式Path (支付宝支付成功动画)https://github.com/mcxtzhang/PathAnimView148、Material Design : 带动画的标题栏https://github.com/shiguiyou/MaterialDemo/tree/master149、MultiTypeAdapter-优雅的实现多类型列表的Adapterhttps://github.com/LiHongHui6/MultiTypeAdapter150、AnimationPlayer-探索View动画和属性动画https://github.com/SpikeKing/AnimationPlayer151、AnimShopButton-仿饿了么加入购物车旋转控件 - 自带闪转腾挪动画 的按钮https://github.com/mcxtzhang/AnimShopButton152、YinyuetaiPlayer-高仿音悦台播放页面交互效果https://github.com/oubowu/YinyuetaiPlayer153、AndroidAnimationExercise-Android 动画实战 - 仿微博雷达功能https://github.com/REBOOTERS/AndroidAnimationExercise154、简诗,这个项目依赖了当前最流行的 Android 库来搭建稳定简洁的架构,包含数据层、网络层、Rx 层、依赖注入、图片加载、崩溃监测等,最良心的是该开源项目甚至包含了 Android 端和 Server 端,支持登录注册,数据云端同步,离线数据存储和截屏分享等功能,最最良心的是作者还用心的写了一篇文章,从创意、设计,到开发、架构来详细说明了「如何在一天之内完成一款具备 cool 属性的 Android 产品」。http://www.jianshu.com/p/cf496fc408b2https://github.com/wingjay/jianshi/155、这是一款仿iOS的PickerView控件,有时间选择和选项选择,并支持一二三级联动,支持自定义样式https://github.com/Bigkoo/Android-PickerView156、mvp+rxjava+retrofit框架实现的新闻客户端demo,逻辑简单,适合新人入手https://github.com/xu649526275/MyMVPDemo157、Kotlin资料大全--学习kotlin,这一篇就够了https://juejin.im/post/591dd9f544d904006c9fbb96158、一个电商项目【拉手团购】购物Apphttps://github.com/myxh/CoolShopping159、所有图片选择在这里https://www.2cto.com/kf/201702/604527.html————————————————版权声明:本文为CSDN博主「qq_32666413」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。原文链接:https://blog.csdn.net/qq_32666413/article/details/80534457}

我要回帖

更多关于 google官网进入 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信