本月博客排行
-
第1名
Xeden -
第2名
fantaxy025025 -
第3名
bosschen - paulwong
- johnsmith9th
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - gengyun12
- wy_19921005
- vipbooks
- e_e
- benladeng5225
- wallimn
- ranbuijj
- javashop
- jickcai
- fantaxy025025
- zw7534313
- qepwqnp
- robotmen
- 解宜然
- ssydxa219
- sam123456gz
- zysnba
- sichunli_030
- tanling8334
- arpenker
- gaojingsong
- xpenxpen
- kaizi1992
- wiseboyloves
- jh108020
- xyuma
- ganxueyun
- wangchen.ily
- xiangjie88
- Jameslyy
- luxurioust
- mengjichen
- lemonhandsome
- jbosscn
- nychen2000
- zxq_2017
- lzyfn123
- wjianwei666
- forestqqqq
- ajinn
- siemens800
- hanbaohong
- 狂盗一枝梅
- java-007
- zhanjia
- 喧嚣求静
- Xeden
最新文章列表
用于开发Appcelerator的钛iOS应用的最佳实践
Appcelerator的钛是一种流行的用于开发移动应用程序从一个单一的JavaScript代码库,多台设备的操作系统(OS)平台。它提供了一个支持的SDK的iOS,Android的,黑莓10,Tizen的,和移动网络应用程序,以及优秀的文档和社区资源。
如果你已经习惯了编写动态Web应用程序使用JavaScript,钛可能是简单易学。当然,它更容易学习比支持本机操作系统平台的工具包,语言和开发 ...
Titanium的MVC框架"Alloy"的介绍
Alloy(合金)是Appcelerator公司为Titanium开发的一个新的框架,采用MVC结构,内部代码编号“ZipTi”。从整体上看更类似于Ruby on Rails(代码构成,命令行操作等)。
源码依旧托管在GitHub:
https://github.com/appcelerator/alloy
【局限性】
(1)只能应用于OSX
(2)目前的状态是Unstable
【目的】
(1 ...
TCAD认证考试
Appcelerator从7/7开始免费开放TCAD(Titanium Certified App Developer)考试,截止到15号。(原价是49.9美元)
步骤很简单:
1、在appcelerator.com上注册用户
2、进入marketplace购买Titanium Certified Application Developer (TCAD) Examhttps://marketpla ...
【转】Appcelerator Cloud Push Notification in iPhone
Push Notification in iOS Using Appcelerator Cloud Service
We can implement Push Notification in iOS using Appcelerator Cloud Service in 5 steps.
Cloud User Login
Retrieve Device Token
Subscribe a Chan ...
【转】Appcelerator Cloud Push Notification in Android
What is Push Notification?
Push notification allows an app to notify you of new messages or events without the need to actually open the application, similar to how a text message will make a sound and ...
Titanium国际化支持中文语言包zh_Hans和zh_CN
Titanium的国际化支持还可以,但是官方文档对于如何支持中文并没有写得很清楚:
https://wiki.appcelerator.org/display/guides/Internationalization
我在i18n目录下把中文文件夹名字设置为zh,不行。有网友把文件夹名字设置为zh_CN可以工作,http://www.tidevcn.com/forum.php?mod=viewthr ...
【转】Appcelerator公司开发人员谈Titanium和PhoneGap区别
【原文】Comparing Titanium and PhoneGap
中文版:http://mobile.51cto.com/web-338270.htm
A common question I get asked at developer events and conferences is how Titanium compares to PhoneGap. I thought I woul ...
titanium chart 画图表
ti.hwchartengine
目前v1.0版本
https://marketplace.appcelerator.com/apps/2530?1334332116
上面这个网址,支持 titanium 中画图表。适合 BI Mobile Chart
Titanium Mobile API的chm文件制作思路
在前一篇Titanium Mobile API 1.8.2.chm第1版发布中,发布了作成的CHM版本API帮助文件,很多朋友对如何做成这个文档很感兴趣。这回给大家提供具体的制作过程。
(最近可能没时间来继续更新这个chm版本的帮助文档了,也希望能有人看了这篇文章后,继续为大家提供最新的chm版帮助文档。)
做成chm文件最基本的就是要做好html版的页面,有了html版的页面后,就好办了,用Vi ...