Mobile
iteye_9800
这个作者很懒,什么都没留下…
展开
-
Performance Tips for Adobe Flex Mobile Apps
I just attended a session at Adobe Max given by Evtim Georgiev and Steve Shongrunden on performance tuning mobile Flex apps. Since I'm a performance geek, I thought I'd post the tips here How to ...原创 2011-11-02 16:36:10 · 98 阅读 · 0 评论 -
Objective-C学习笔记(一)
[函数调用等] 括号表示发送一个消息Obj-C是基于指针的,因此对象类型后面都用上了*@"字符串内容" 由于是基于指针,@告诉编译器这里会new一个新的字符串实例(java等语言)alloc和release是手动管理内存的方式(基于retain计数).h存放接口类 .m存放实现...原创 2011-11-08 16:27:51 · 103 阅读 · 0 评论 -
XCode4.2&IOS5开发例子-使用storyboard
New一个SingleViewApplication工程一、配置View与VIewController从Object栏拖一个TextField、一个Label、一个Round Rect Button、一个Slider出来,并设定title等属性。注:TextField的Capitalization选择Words,Return Key pop-up选择Done,确保输入完毕后可以退出输入...原创 2011-11-23 20:55:51 · 218 阅读 · 0 评论 -
[转载]iphone推送通知java 实现
iphone 推送通知 java 实现 前提准备,在编写push notification之获取device token中拿到device token以后,需要把token字符串发送给应用的服务器端,即provider。对于越狱手机获取不到 device token的可以通过cydia安装pushdoctor,安装方法可以google一下在这就不多说了,我...原创 2011-12-04 22:36:27 · 125 阅读 · 0 评论