I am not sure about this and googling is not giving me a clear answer. I hope TI developers can enlighten me.
I am using Appcelerator\'s Titanium to develop an Android application. When focus开发者_开发知识库 comes over one of the EditText(at lower end of page) the keypad covers the EditText so when I am keyi
i have this scenario where im loading images using a for loop: for (var i = 0; i < test.length; i++) {
I\'ve created a HTML/JS project in Titanium to develop a desktop app, and have the following code to add data to a sqlite table:
var headerView = Ti.UI.createView({ backgroundColor:\'#1D561C\', top:0, height:40 }) var mainWindow = Ti.UI.createWindow({
Is there any efficient way to load images on scrollableview dynamically in Titanium Appcelerator? I wa开发者_如何学JAVAnt to load 200-300 images on swiping the scrollableview.this is the cleanest solu
lets say we want to do a simple app for android and for this app we want some data. Tho开发者_Go百科se data when i test my example on my pc locally i have them in a file with json format.
I had been working on android since a little long. Now I am wondering about titanium. Is it possible to write android (java) code in titanium app since the app is build in titanium? If yes then how? A
Titanium.Network.online does not yield any开发者_开发百科 result on android emulator, may I know what is wrong? I have added
I am new to titanium and want to implement push notification in titanium for android. I got to know that possibly开发者_如何学编程 it could be attain by using google c2dm or by urban airship. But do n