移动开发[总排行] [月排行] [周排行] [日排行]
阿打发打发...
分类:移动开发 时间:2014-05-09 14:49:20 阅读:377
Android进程间通信之内部类作为事件监听器...
分类:移动开发 时间:2014-05-09 14:03:14 阅读:548
#import @interface UIColor (RandomColor) +(UIColor *) randomColor; @end #import "UIColor+RandomColor.h" @implementation UIColor (RandomColor) +(UIColor *) ...
分类:移动开发 时间:2014-05-09 13:57:22 阅读:477
在ListView中加载图片是非常常见的场景,图片的加载要满足下面的几个要求: (1)不管图片是位于网络还是本地,加载都不应该是同步的,而是应该异步去加载,比如用AsyncTask。 (2)为了避免重复下载图片和页面展示的速度,一般要做缓存,比如最常见的LruCache。 (3)为了提高Listview的性能,我们一般会用holder来重用Listview的item。...
分类:移动开发 时间:2014-05-09 15:02:53 阅读:441
Android开发之修改屏幕方向...
分类:移动开发 时间:2014-05-09 14:04:13 阅读:350
废话不多说,这是地址:http://android.lineten.net/layout.php。 有图有真相,例如: 你的XML假如是这样:     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:orientation=...
分类:移动开发 时间:2014-05-09 15:20:54 阅读:424
最近在自己在做Android+Asp.net WebApi的练习,发现用visual studio debug模式启动Asp.net之后,没法响应Android发送过来的http请求...
分类:移动开发 时间:2014-05-09 14:40:30 阅读:331
最近,微博上有关“姨妈假”的话题异常火爆,事件源于厦门互联网企业美柚所推出的一项“奇葩福利”------女员工可向公司请姨妈假。此事经媒体报道、微博爆料后迅速串红,很多用户发表微博讨论与姨妈假相关的话题。基于该背景,美柚App(可记录管理经期)趁势推出了“我要姨妈假”的微博话题,引发大量网友的吐槽与热议。5月5日,#我要姨妈假#在当日微博热门榜排名进入前3,后续发酵的相关话题#奇葩福利#、#大姨妈...
分类:移动开发 时间:2014-05-09 14:09:33 阅读:348
直接上地址:http://angrytools.com/android/button/ 使用起来超简单,如图: Android Button Maker is online tool to generate buttons code for Android Apps. Android API provide Drawable Resource...
分类:移动开发 时间:2014-05-09 14:54:36 阅读:492
官网地址 ttp://developer.android.com/training/gestures/detector.html: 一、可以直接覆盖Activity的onTouch方法 public class MainActivity extends Activity { ... // This example shows an Activity, but you w...
分类:移动开发 时间:2014-05-09 14:39:07 阅读:469
115152151531515415277
上一页152761下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!