码迷,mamicode.com
首页 >  
搜索关键字:android开源项目    ( 273个结果
android开发步步为营之67:使用android开源项目android-async-http异步下载文件
android-async-http项目地址 https://github.com/loopj/android-async-http,android-async-http顾名思义是异步的http请求,不过它也支持同步请求的,本文主要使用了android-async-http做异步请求下载文件。每当app需要更新新版本的时候,就需要用到下载功能的,经研究android-async-http这个第三方...
分类:移动开发   时间:2015-07-14 22:36:37    阅读次数:274
平安科技移动开发二队技术周报(第十期)
Java版权案谷歌上诉被驳回 甲骨文笑到最后美国最高法院周一驳回了谷歌(微博)在一宗软件版权诉案中提出的上诉申请,维持原先的判决,即允许甲骨文向使用其Java编程语言的公司收取专利版税。Android开发1)Android开源项目源码解析第二期第二期的Android热门开...
分类:移动开发   时间:2015-07-13 20:43:51    阅读次数:143
Android Studio 新手常见错误:Gradle DSL method not found: 'runProguard()'
在Android Studio上运行Github上的某Android开源项目,提示报错: Error:(20, 0) Gradle DSL method not found: 'runProguard()'  请教度娘后,需要将app下的build.gradle文件中: buildTypes { release { runProguard false // 已经被废...
分类:移动开发   时间:2015-07-13 10:24:48    阅读次数:138
InstaMaterial-优秀的Android开源项目
InstaMaterial是Github上的一个使用Material Desigin概念重新设计的Instagram Demo APP,在代码中实现了很多Material Desigin动画效果,是我们学习好资源。...
分类:移动开发   时间:2015-07-12 17:33:28    阅读次数:469
【转】【Android】开源项目汇总-备用
第一部分 个性化控件(View)主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activit...
分类:移动开发   时间:2015-07-07 16:18:41    阅读次数:303
Android 开源项目android-open-project解析之(四) ColorPickView,GraphView,UI Style,Other
十三、ColorPickView ColorPickerView 颜色选择器,支持PopupWindows或新的Activity中打开 项目地址:https://code.google.com/p/color-picker-view/ 效果图: HoloColorPicker 颜色选择器 项目地址:https://github.com/LarsWerkman/Holo...
分类:移动开发   时间:2015-07-06 18:08:50    阅读次数:433
Android 开源项目android-open-project解析之(三) ScrollView,TimeView,TipView,FlipView
九、ScrollView Discrollview 支持滚动时Item淡入淡出,平移,缩放效果的ScrollView 项目地址:https://github.com/flavienlaurent/discrollview Demo地址:https://github.com/flavienlaurent/discrollview/raw/master/sample.apk ...
分类:移动开发   时间:2015-07-06 18:08:36    阅读次数:500
Android 开源项目android-open-project工具库解析之(二) 高版本向低版本兼容,多媒体相关,事件总线(订阅者模式),传感器,安全,插件化,文件
六、Android 高版本向低版本兼容 ActionBarSherlock 为Android所有版本提供统一的ActionBar,解决4.0以下ActionBar的适配问题 项目地址:https://github.com/JakeWharton/ActionBarSherlock Demo地址:https://play.google.com/store/apps/details?i...
分类:移动开发   时间:2015-07-06 18:05:07    阅读次数:316
Android 开源项目android-open-project工具库解析之(一) 依赖注入,图片缓存,网络相关,数据库orm工具包,Android公共库
一、依赖注入DI  通过依赖注入减少View、服务、资源简化初始化,事件绑定等重复繁琐工作 AndroidAnnotations(Code Diet) android快速开发框架 项目地址:https://github.com/excilys/androidannotations 文档介绍:https://github.com/excilys/androidannotati...
分类:移动开发   时间:2015-07-06 18:03:53    阅读次数:401
Android 开源项目android-open-project优秀项目解析 ZXing, github-android,Notes,weicuiyuan和gnucash-and,photup
主要介绍那些Android还不错的完整项目,目前包含的项目主要依据是项目有意思或项目分层规范比较好。 Linux 项目地址:https://github.com/torvalds/linux Android 项目地址:https://android.googlesource.com/ 或 https://github.com/android 以上两个项目,不解释 (1) ZXing...
分类:移动开发   时间:2015-07-06 18:03:10    阅读次数:239
273条   上一页 1 ... 10 11 12 13 14 ... 28 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!