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上运行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是Github上的一个使用Material Desigin概念重新设计的Instagram Demo APP,在代码中实现了很多Material Desigin动画效果,是我们学习好资源。...
分类:
移动开发 时间:
2015-07-12 17:33:28
阅读次数:
469
第一部分 个性化控件(View)主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activit...
分类:
移动开发 时间:
2015-07-07 16:18:41
阅读次数:
303
十三、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
九、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 高版本向低版本兼容
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
一、依赖注入DI
通过依赖注入减少View、服务、资源简化初始化,事件绑定等重复繁琐工作
AndroidAnnotations(Code Diet)
android快速开发框架
项目地址:https://github.com/excilys/androidannotations
文档介绍:https://github.com/excilys/androidannotati...
分类:
移动开发 时间:
2015-07-06 18:03:53
阅读次数:
401
主要介绍那些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