1. cakeViewhttps://github.com/oneAcorn
分类:
移动开发 时间:
2014-09-09 11:14:48
阅读次数:
182
以引入.pulltorefresh为例
下载zip,解压到桌面打开eclipse,File-Import-Existing Android Code Into Workspace选中library文件,导入到eclipse中打开此library,右键library,properties-Android-Library-勾选Is Library
打开你的程序后,右键你的主程序,prope...
分类:
移动开发 时间:
2014-09-05 13:03:01
阅读次数:
204
在前面已经介绍了SlidingMenu的用法:Android开源项目SlidingMenu的学习笔记(一),接下来再深入学习下,根据滑出项的Menu切换到对应的页面
目录结构:
点击Bluetooth可以切换到相应的界面
关键代码
MainActivity.java
package com.dzt.slidingmenudemo;
import an...
分类:
移动开发 时间:
2014-09-04 13:25:29
阅读次数:
313
主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar及其他如Dialog、Toast、EditText、TableView、Activity Animation等等。 ....
分类:
移动开发 时间:
2014-09-01 09:18:22
阅读次数:
470
Github上的600多个开源项目搜集: (当然Github上远不止这些)
http://github.ibireme.com/github/list/ios/
关于iOS上的7个常用开源项目:
http://www.cocoachina.com/industry/20130701/6515.html
CSDN整理的最受欢迎的iOS与Android开源项目:
h...
分类:
移动开发 时间:
2014-08-31 21:33:31
阅读次数:
292
特效:http://www.androidviews.net/http://www.theultimateandroidlibrary.com/常用效果:1.https://github.com/novoda/ImageLoader 异步加载图片,缓存,生成缩略图, 基本上每个应用都会需要这个lib...
分类:
移动开发 时间:
2014-08-28 21:06:36
阅读次数:
407
Android开源项目第一篇——个性化控件(View)篇 ??包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、其他 Android开源项目第二篇——工具库篇 ??包括依赖注入...
分类:
移动开发 时间:
2014-08-28 18:26:06
阅读次数:
675
特效:http://www.androidviews.net/http://www.theultimateandroidlibrary.com/常用效果:1.https://github.com/novoda/ImageLoader 异步加载图片,缓存,生成缩略图, 基本上每个应用都会需要这个lib...
分类:
移动开发 时间:
2014-08-28 13:09:59
阅读次数:
330
一、兼容类库ActionBarSherlock: Action Bar是Android 3.0后才开始支持的,ActionBarSherlock是让Action Bar功能支持2.X后的所有平台,而且他会自动的判断是调用原生Action Bar还是使用扩展ActionBar。在我的小熊词典里有用到这...
分类:
移动开发 时间:
2014-08-27 18:20:58
阅读次数:
406