//// MJViewController.m// 10-拖拽(Pan)//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"...
分类:
移动开发 时间:
2014-09-16 13:58:00
阅读次数:
193
android城市列表特效-触摸查找源码.rar:http://www.t00y.com/file/64337887android日记系统源码(数据库的基本操作).rar:http://www.t00y.com/file/64337898android查询软件源代码(身份证号,号码归属等).rar:...
分类:
移动开发 时间:
2014-09-16 13:57:30
阅读次数:
415
Android自动化性能收集 Android 功能测试自动化框架较多,UIAutomator,Robotium,Appium等。Case执行过程中,可能希望收集手机的性能指标,包括内存、cpu、流量等。使用java+shell+bat简单实现了android手机性能...
分类:
移动开发 时间:
2014-09-16 12:55:20
阅读次数:
257
联通:?http://mail.wo.com.cn 电信 :http://mail.189.cn/ 移动:http://mail.10086.cn/
分类:
移动开发 时间:
2014-09-16 12:53:00
阅读次数:
150
iOS下默认是不开启多点触控的,我们要想要使用需要做如下的内容:
iOS文件夹下:AppController.mm
需要加一行代码:
// 只需要新增这样一行代码就可以使用多点触控啦。
[eaglView setMultipleTouchEnabled:YES];
具体位置见下面:
- (BOOL)application:(U...
分类:
移动开发 时间:
2014-09-16 12:46:10
阅读次数:
234
今天是第八课,主要讲了android中ListView的入门。
播放地址:
点击打开链接
关于呼啸Android视频:
这套视频的最大特点是实用,哪些该讲,哪些不该讲,我都做了细致的考虑。没有虚头八脑,卖弄学问,也没用冗长的东西。一切都力求简单明了,清晰透彻。...
分类:
移动开发 时间:
2014-09-16 12:44:20
阅读次数:
145
1,Android FrameLayout的android:foreground属性可以设置单击时的前景色
<FrameLayout
android:id="@+id/poster_contanier"
android:layout_width="match_parent"
android:layout_height="match_pare...
分类:
移动开发 时间:
2014-09-16 12:42:40
阅读次数:
243
compile the android source code one branch, android-4.4.3_r1.1...
分类:
移动开发 时间:
2014-09-16 12:41:10
阅读次数:
210
/** * to judge if the net is available * 用户手机当前网络可用:WIFI、2G/3G/4G网络; * 用户打开与不打开网络,和是否可以用是两回事,打开了未必就可以上网 */ public static boolea...
分类:
移动开发 时间:
2014-09-16 12:37:10
阅读次数:
249
//// MJViewController.m// 07-敲击(Tap)//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"...
分类:
移动开发 时间:
2014-09-16 12:35:50
阅读次数:
174
使用Spinner遇到不少坑啊1.调用了setSelection()之后不会马上调用onItemSelected2.想调用setSelection之后不调用onItemSelected,需要写如下代码,注意顺序spinner.setSelection(spinnerItem, true);//这里必...
分类:
移动开发 时间:
2014-09-16 12:34:30
阅读次数:
165
好久没写随笔了,最近在读《iOS 7byTutorials》,很不错,推荐给大家。 每一个好的程序员也都是一个设计师,不懂设计的程序员不是好的CTO。哈哈,开个小玩笑。 iOS 7设计的核心思想就是:-------->简洁。但在简洁的UI里面如何让用户发现当前界面的重点,对比度是我们最有力的...
分类:
移动开发 时间:
2014-09-16 12:30:00
阅读次数:
304
什么是TabHost?TabHost组件的主要功能是可以进行应用程序分类管理,例如:在用户使用windows操作系统的时候,经常见到如图所示的图形界面。TabHost选项卡,说到这个组件,不得不先说一件事情,翻翻谷歌提供给我们的API,我们可以发现这样的一段话:它告诉我们,这个组件在安卓4.0之后已...
分类:
移动开发 时间:
2014-09-16 12:28:40
阅读次数:
213
Intent updateIntent = new Intent(GetNoticeService.this,DetailGonggaoActivity.class);updateIntent.putExtra("type", "weidu");updateIntent.putExtra("titl...
分类:
移动开发 时间:
2014-09-16 12:28:20
阅读次数:
296
init.rc由许多的Action和Service组成。每一个语句占据一行,并且各个关键字被空格分开.由 # (前面允许有空格)开始的行都是注释行(comment)一个actions 或 services 的开始隐含声明了一个新的段,所有commands 或 options 属于最近的声明。在第一个...
分类:
移动开发 时间:
2014-09-16 12:27:50
阅读次数:
236
//// MJViewController.m// 08-长按+轻扫//// Created by apple on 14-4-20.// Copyright (c) 2014年 itcast. All rights reserved.//#import "MJViewController.h"@i...
分类:
移动开发 时间:
2014-09-16 12:26:50
阅读次数:
179