OnTouchListener接口是用来处理手机屏幕事件的监听接口,当为View的范围内触摸按下、抬起或滑动等动作时都会触发该事件。该接口中的监听方法签名如下。Java代码:public
boolean onTouch(View v, MotionEvent event) 参数v:参数v同样为事件....
分类:
移动开发 时间:
2014-06-11 08:06:15
阅读次数:
340
ListView是比较常用的控件,但一直都觉得创建ListView步骤有点繁琐,故在此总结一下,方便查阅。程序效果是实现一个ListView,ListView里面有标题,内容和图片,并加入点击和长按响应。首先在xml里面定义一个ListViewXml代码
定义ListView每个条目的Layout,...
分类:
移动开发 时间:
2014-06-11 07:50:56
阅读次数:
334
public voidnotifyDataSetChanged()Added inAPI
level 1Notifies the attached observers that the underlying data has been changed
and any View reflecting ...
分类:
移动开发 时间:
2014-06-11 07:44:51
阅读次数:
270
@interface Person : NSObject@property
(noatonmic,copy) NSString *
name;@end一个person类,name是person得成员变量如果在一个类中写入person为成员变量self.person.name =
@"zhangsan...
分类:
移动开发 时间:
2014-06-11 07:28:01
阅读次数:
294
4月8日《离,或者不离,ArcGIS移动的“在离线一体化”就在那里!》移动公开课已经结束,针对公开课上粉丝们重点关注的问题,本博客进行了具体的解答。答疑主要环绕最新的Runtime
SDKs、最新的离线功能的使用、新版本号的授权等多方面进行。 很多其它具体内容请訪问公开课视频:http://w...
分类:
移动开发 时间:
2014-06-11 07:13:47
阅读次数:
349
上述代码中,如果可选值为nil,那么判断条件则为false,而且在{}中的代码将会被忽略,如果可选值不为nil,会将该值逐步运算后赋值给let后面的常量,其中逐步运算过程将依据实际的代码块.Switch
语法支持任何类型数据以及各种比较操作,并不局限在整型. let vegetable = "re....
分类:
移动开发 时间:
2014-06-10 00:09:50
阅读次数:
411
原文:js拾遗:appendChild
添加移动节点写js一年多了,一直以为自己很牛逼,开始写各种博文分享,昨天写了一篇《浅谈
IE下innerHTML导致的问题》在看了下面的评论,我才发现自己是多么无知。于是我回头翻阅了下 MDN,Node.appendChild
里面一开始就明确说了,“如果该节...
分类:
移动开发 时间:
2014-06-10 00:06:01
阅读次数:
296
/MySnake/src/edu/hhxy/android/snake/Snake.javapackage
edu.hhxy.android.snake;import android.app.Activity;import
android.os.Bundle;import android.widge...
分类:
移动开发 时间:
2014-06-09 23:50:31
阅读次数:
534
// 定义自定义捕捉 package com.xiaosw.test; import
java.io.File; import java.io.FileOutputStream; import java.io.FilenameFilter;
...
分类:
移动开发 时间:
2014-06-07 20:22:50
阅读次数:
326
iOS开发UI篇—实现一个私人通讯录小应用(一)一、该部分主要完成内容1.界面搭建
2.功能说明(1).只有当账号和密码输入框都有值的时候,登录按钮才能交互(2).当取消勾选记住密码后,自动登录按钮也随之取消;当勾选了自动登录按钮时,记住密码按钮也一同勾选。(3).点击登陆后,弹出蒙...
分类:
移动开发 时间:
2014-06-07 20:12:30
阅读次数:
362
1. 软件类a) 作者集合http://nondot.org/sabre/b) swift
for
facebookSWIFT是一个易于使用的,基于注解的Java来创建勤俭节约序列化类型和服务库。https://github.com/facebook/swift2.
游戏类a)FlappySwift...
分类:
移动开发 时间:
2014-06-07 20:11:15
阅读次数:
368
Swift入门教程:http://www.cocoachina.com/applenews/devnews/2014/0604/8661.htmlSwift视频教程:http://www.cocoachina.com/bbs/read.php?tid=204280Swift官方文档(PDF版):ht...
分类:
移动开发 时间:
2014-06-07 20:09:56
阅读次数:
398
1. 将开源项目的.xcodeproj拖入项目frameworks2. Build Phases下
Links Binary With Libraries 引入.a文件。Target Dependencies里引入开源项目文件3. Build
Setting下的 Search Paths 里 Hea...
分类:
移动开发 时间:
2014-06-07 20:06:34
阅读次数:
287
Variablesvar myInt = 1var myExplicitInt: Int = 1 //
explicit typevar x = 1, y = 2, z = 3 // declare multiple integersmyExplicitInt =
2 // set to anoth...
分类:
移动开发 时间:
2014-06-07 17:03:36
阅读次数:
357
IOS程序中,一个应用默认只有一个UIWindow。UIWindow是比较特殊的UIView控件,也是程序启动后创建的第一个UIView对象,为了透彻的了解UIWindow和UIViewController之间的关系,以及UIViewController的创建,从新建一个EmptyApplicati...
分类:
移动开发 时间:
2014-06-07 17:02:54
阅读次数:
222
因为时代在变迁,Store Apps这个概念很容易引起混淆在过去,windows phone
8.0时代windows store apps指的是windows metro style 的应用,这些应用主要是运行在以下两个OSwindows rt
8/8.1 硬件载体是平板,如:sureface r...
分类:
移动开发 时间:
2014-06-07 17:02:17
阅读次数:
331
1、案例介绍:iPad上使用多种风格的ModalView,如图01,02,03,04,05图01图02图03图04图052、代码ViewController.h#import
@interface ViewController : UIViewController- (IBAction)onclic...
分类:
移动开发 时间:
2014-06-07 16:59:12
阅读次数:
346
常见问题1:run as Android Application运行时提示无法识别到模拟器
解决步骤如下: (1)首先查看安卓模拟器是否已经打开 (2)如果安卓模拟器已经打开,则操作步骤为:点击Eclipse菜单栏的window项-->Open
perspective-->DDMS ...
分类:
移动开发 时间:
2014-06-07 20:34:01
阅读次数:
334
/////////////////////////////application/////////////////////////////////////1.hardwareAccelerated属性
在你的AndroidManifest文件中添加属性标记,以便为整个应用程序使用硬件加速。 具...
分类:
移动开发 时间:
2014-06-08 08:05:40
阅读次数:
223
这个例子不错,详细讲解了alertdialog及LayoutInflater的用法:main.xml
dialoglayout.xml testAlertDialog.javapackage com.testAlertDialog; import
android.app.Activ...
分类:
移动开发 时间:
2014-06-08 07:43:54
阅读次数:
296