码迷,mamicode.com
首页 >  
搜索关键字:github    ( 38406个结果
Titanic (带波纹效果的TextView)源码分析
前一段时间用LinearGradient(线性渐变) 写了一个颜色变化闪动的文字控件和文字进度条http://blog.csdn.net/huweigoodboy/article/details/43088953, 最近在github上看到一个开源控件Titanic,特拿来分析一下,效果如下图: 一,实现原理 这里需要用到BitmapShader,用一张图片为图像渲染。...
分类:其他好文   时间:2015-04-29 19:53:48    阅读次数:181
Eclipse使用Git
介绍在Window上如何安装Git,在GitHub上如何创建项目,Eclipse如何使用Git并且将项目同步到GitHub上。...
分类:系统相关   时间:2015-04-29 19:50:33    阅读次数:483
MaterialEverywhere
Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices.地址:https://github.com/antoniolg/MaterialEverywhere
分类:其他好文   时间:2015-04-29 19:42:45    阅读次数:179
MaterialTabs
Custom Tabs with Material Design effects地址:https://github.com/neokree/MaterialTabs
分类:其他好文   时间:2015-04-29 19:28:01    阅读次数:268
Android-Material-Examples
直接5.0开发的项目,特效非常好,不过这个不能兼容5.0以下的版本地址:https://github.com/saulmm/Android-Material-Examples
分类:移动开发   时间:2015-04-29 19:25:01    阅读次数:145
MaterialDesignLibrary
This is a library with components of Android L to you use in android 2.2地址:https://github.com/navasmdc/MaterialDesignLibrary
分类:其他好文   时间:2015-04-29 19:15:55    阅读次数:133
MaterialNavigationDrawer
Navigation Drawer Activity with material design style and simplified methods地址:https://github.com/neokree/MaterialNavigationDrawer
分类:其他好文   时间:2015-04-29 19:04:53    阅读次数:164
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/blah/blahb
git 请求github 之403 拒绝访问问题...
分类:数据库   时间:2015-04-29 17:18:52    阅读次数:198
Chrome插件教程&代码
chrome插件很好的中文文档教程:     https://crxdoc-zh.appspot.com/extensions/getstarted 代码:https://github.com/KevinOfNeu/ChromeExtentionSeed 喜欢的话就给个Star吧~...
分类:其他好文   时间:2015-04-29 17:16:15    阅读次数:116
【Vim】使用Vundle管理配置Vim基本插件
Vundle项目托管在github上https://github.com/gmarik/vundle。 其特色在于使用git来管理插件,更新方便,支持搜索,一键更新,从此只需要一个vimrc走天下。在vimrc文件中添加如下内容来启用vundle管理vim插件的功能:set rtp+=$VIM/vimfiles/bundle/vundle/ call vundle#rc('$VIM/vimfi...
分类:系统相关   时间:2015-04-29 17:08:43    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!