1、选择你的平台 选择什么样的平台取决于你想做什么以及你的用户是谁。这些平台的最顶层是web。如果你想出售你的应用程序,那么你可能想要将它放在应用商店。如果你需要使用相机或者其他设备的API,那么你可以使用本地方法,或者使用一些封装好了的框架比如AIR/PhoneGap/Titanium。 这里.....
分类:
移动开发 时间:
2015-11-03 22:36:23
阅读次数:
246
Welcome to the Appcelerator Platform! The Appcelerator Platform extends Appcelerator's Titanium platform to help you manage the entire lifecycle of th...
分类:
移动开发 时间:
2015-08-16 13:35:17
阅读次数:
147
【编者按】本篇文章的作者是 Joyce Echessa——渥合数位服务创办人,毕业于台湾大学,近年来专注于协助客户进行 App 软体以及网站开发。本篇文章中,作者介绍通过 React Native 框架构建一个示例应用的开发过程,使得网络技术和移动开发碰撞出绚丽火花,本文系 OneAPM 工程师编译整理:我们已经了解像 Titanium 和 PhoneGap 等框架,它们能让开发者用 Web 技术构...
分类:
移动开发 时间:
2015-08-11 21:31:01
阅读次数:
196
各版本titanium sdk http://builds.appcelerator.com/ node cmd appc ti sdk install --branch 4_0_X 4.0.0.v20150306095010...
分类:
其他好文 时间:
2015-05-28 16:30:13
阅读次数:
187
ecently discovered a neat new way to back up apps on my Android without having to use Titanium Backup, having to unlock bootloader or root the device ...
分类:
移动开发 时间:
2015-05-19 08:49:22
阅读次数:
562
【51CTO译文】近来关于新的移动网页框架及移动平台存在不少争论。平心而论,这些工具在条款内容方面的混乱与模糊也是造成大家误解的原因之一。我希望通过几条简短的评述来尽量清理这种认识层面上的混乱状态。网页移动应用程序并不等同于本地移动应用程序许多人认为Titanium及PhoneGap与Sencha ...
分类:
移动开发 时间:
2015-05-14 18:06:02
阅读次数:
174
WebView 里无法获得的能力虽然是「体验增强」与「端基本能力」,但现都基本上有成熟解决方法。但后期的 UI 和 Layout 的性能反而是目前 Web 技术欠缺的。所以,无论是 Titanium 与 React Native 都是解决性能作为探索的出发点。性能慢与快的分水岭慢与快的标准,是按照每...
分类:
移动开发 时间:
2015-03-09 14:08:41
阅读次数:
195
refer to:http://tishadow.yydigital.com/refer to :http://siwei.me/blog/posts/tishadow-titanium-speed-up-your-titanium-tishadowTitanium 开发的最大困难对我来说,有两点:...
分类:
其他好文 时间:
2015-01-22 10:49:31
阅读次数:
148
动态获取时间://显示时间function getDateTime() {var now = new Date();var year = now.getFullYear();var month = now.getMonth()+1;var day = now.getDate();//var hour...
分类:
Web程序 时间:
2014-11-20 00:01:26
阅读次数:
471