代码改变世界

Github上的SlidingMenu菜单的使用方法

2014-03-11 17:30 by 三戒1993, 148 阅读, 0 推荐, 收藏, 编辑
摘要:GitHub上的SlidingMenu的配置方法1.首先明确SlidingMenu是什么?2.如何使用SlidingMenu框架呢?GitHub上的SlidingMenu的配置方法1.首先明确SlidingMenu是什么?SlindingMenu是github上的大神写得一个侧滑菜单框架!2.如何使... 阅读全文

switch 使用使用小技巧

2014-03-11 14:57 by 三戒1993, 243 阅读, 0 推荐, 收藏, 编辑
摘要:for (int i=0;i<100;i++) { switch (i) { case 1 ... 10: NSLog(@"case 1 ... 10: = %d",i); break; case 11 .... 阅读全文

switch 使用使用小技巧

2014-03-11 14:57 by 三戒1993, 200 阅读, 0 推荐, 收藏, 编辑
摘要:for (int i=0;i<100;i++) { switch (i) { case 1 ... 10: NSLog(@"case 1 ... 10: = %d",i); break; case 11 .... 阅读全文

UIDatePicker odd behavior when setting minuteInterval

2014-03-11 11:47 by 三戒1993, 133 阅读, 0 推荐, 收藏, 编辑
摘要:http://stackoverflow.com/questions/6948297/uidatepicker-odd-behavior-when-setting-minuteintervalHere's yet another approach, with an Objective-C categ... 阅读全文

UIDatePicker odd behavior when setting minuteInterval

2014-03-11 11:47 by 三戒1993, 161 阅读, 0 推荐, 收藏, 编辑
摘要:http://stackoverflow.com/questions/6948297/uidatepicker-odd-behavior-when-setting-minuteintervalHere's yet another approach, with an Objective-C categ... 阅读全文

Migrating Your Android App from Eclipse to Android Studio

2014-03-10 17:29 by 三戒1993, 216 阅读, 0 推荐, 收藏, 编辑
摘要:By:Jason Snell| Posted in:Mobile,Performance Tech Tips,Top Post, Jun. 7th, 201312inShareOne of the more exciting announcements fromGoogle IOthis year ... 阅读全文

Migrating Your Android App from Eclipse to Android Studio

2014-03-10 17:29 by 三戒1993, 132 阅读, 0 推荐, 收藏, 编辑
摘要:By:Jason Snell| Posted in:Mobile,Performance Tech Tips,Top Post, Jun. 7th, 201312inShareOne of the more exciting announcements fromGoogle IOthis year ... 阅读全文

Android Studio的Gradle错误解决方法

2014-03-06 15:06 by 三戒1993, 170 阅读, 0 推荐, 收藏, 编辑
摘要:因为喜欢尝鲜,试了一下google的Android studio,但是在创建工程时,出现了尝试连接service.gradle.org错误的问题,查了一下,在StackOverFlow找到以下答案:Download Gradle directly from http://services.g... 阅读全文

objective-c: Functions and static keyword

2014-03-05 09:46 by 三戒1993, 97 阅读, 0 推荐, 收藏, 编辑
摘要:Functionsfunction is a concept for C programming language, objective-c is entirely relies on C.To define a function, you need provide four components:... 阅读全文

objective-c: Functions and static keyword

2014-03-05 09:46 by 三戒1993, 102 阅读, 0 推荐, 收藏, 编辑
摘要:Functionsfunction is a concept for C programming language, objective-c is entirely relies on C.To define a function, you need provide four components:... 阅读全文
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 184 下一页