本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sam123456gz
- sichunli_030
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
CommonJS Modules in Titanium
【官方地址】https://wiki.appcelerator.org/display/guides/CommonJS+Modules+in+Titanium
Synopsis
Titanium Mobile is moving toward the adoption of the CommonJS module specification as the way in which end user ...
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 ...
Appceleator Cloud Services使用指南(2) - 创建第一个应用
一步一步的创建一个最简单的,使用了ACS服务的应用。
1、新建Titanium Mobile Project,注意选中“Automatically cloud-enable this application”
2、测试用,所以选择哪个都无所谓
3、新建成功后,可以看到tiapp.xml编辑窗口右下角有两个Key
4、tiapp.xml中的两组Key,一个产品发布时用,一个开发过程中用
...
Appceleator Cloud Services使用指南(1) - ACS介绍
Appceleator Cloud Services(简称ACS)是Appcelerator在2012年2月份收购Cocoafish之后,提供的一套云服务。他不仅可以在Titanium中使用,同时还提供了REST API,iOS/Androi ...
【转】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
HTML 5+JavaScript混合应用比本地应用的开发成本低
开发者们经常思考的一个问题是该开发Web应用、本地应用,还是其他混合形式的内容。其实,该问题的答案虽不确定但十分简单,在正式的开发工作开始前,开发者需想清楚一些关键问题,如:目标受众是谁?开发该应用的目的是什么等等。
市场研究公司Forrester表示,开发者不应该在本地代码和HTML 5之间进行非此即彼的选择。以下是Forrester关于四种开发方案的具体分析:
1)本地应用:
提供最 ...
Titanium开发遇到的一个‘isn't already in the context’ 错误
错误:
Adding an event listener to a proxy that isn't already in the context。
用 navGroup打开一个window,然后新建leftnavbutton,并注册事件,会报错:
Adding an event listener to a proxy that isn't already in the context。
一步步 ...
Titanium调用Google服务
ApplicationWindow.js文件内容:
//Application Window Component Constructor
exports.ApplicationWindow = function() {
var geo = require('geo');
//create object instance
var self = Ti.UI.crea ...
Titanium Mobile API的chm文件制作思路
在前一篇Titanium Mobile API 1.8.2.chm第1版发布中,发布了作成的CHM版本API帮助文件,很多朋友对如何做成这个文档很感兴趣。这回给大家提供具体的制作过程。
(最近可能没时间来继续更新这个chm版本的帮助文档了,也希望能有人看了这篇文章后,继续为大家提供最新的chm版帮助文档。)
做成chm文件最基本的就是要做好html版的页面,有了html版的页面后,就好办了,用Vi ...
Titanium Mobile 最佳实践
【官方地址】https://wiki.appcelerator.org/display/guides/Mobile+Best+Practices
指南的目的
Titanium Mobile是一个相对年轻,不断变化的平台. 本文所提到最佳实践也有可能 ...
不用登陆直接打开Titanium Studio
前几天由于网络的原因,appcelerator.com在中国大陆访问不了,很多开发者都不能进入大Studio中。这里为大家详细讲解如果不用输入用户名和密码直接进入到Titanium Studio中。
首先我们说说Titanium Studio是如何启动的。
大家都知道Titanium Studio是来源于appcelerator收购的Aptana,而Aptana是基于Eclipse的JavaSc ...