Prepend in listView
What would be the recommended way of prepending items to listview? I have the following scenario: The app has cached information that on opening the application are immediately shown to the user as...
View ArticleMedia Recorder (video) for android sample module
please give me any android Media recorder (video) sample module.
View ArticleHow to cast a object ? Because of undefined method...
Hi! This is my problem. I have the index window and the user can click to choose a "symptom". When he clicks, I would like to pass the "symptom object" to the second windows. 1) I created a module...
View ArticleRemove item from action bar
hi i am trying to remove item from action bar but it doesn't work for me can anyone help my code here Ti.App.addEventListener("app:removeMenuitem",function(e){ Â e.menu.removeItem(myitem.getItemId);...
View ArticleUsing ACS and ti.cloud on a MobileWeb App
Does anyone know if Appcelerator makes it possible to deploy apps built for mobileweb that are hooked into ACS? Everytime I try to connect to it I get a 'Can't reach host' error returned. If this were...
View ArticleAlloy & Migrations - Create new table with migrations
Whats the procedure to create a new table on a existing app with an already installed db? I'm doing like this: This is the new table that needs to be created: exports.definition = { config : {...
View ArticleUpdate A Label In ListView
Hello, I just converted my TableView to a ListView in order to deal with the jittery nature of TableView with many rows each containing ImageViews and scrolling. So far the ListView looks more...
View ArticleACS problem restoring authentication using AccessToken after restart app
While working with the 3-Legged authentication I succeeded in using secureCreate and secureLogin. The user is created and I receive an AccessToken. After that I could create Posts. So far so good. I...
View ArticletakeScreenshot from the camera and draw in a canvas of a webview - for android
Hi everyone, i'm working in a project of AR and I need take screenshot quickly from the camera and draw this images in a canvas defined in a webview, but i can't get it to work. in my...
View Articlebluetooth android ios mobile app using titanium
hi guys im wanting to build a bluetooth based mobile app using titanium, i cannot find any resources on the internet that instruct me on this, is this possible? also anyone know any resources that...
View ArticleLazy loading in table view/scrollview
I need help in implementing lazy loading. I'm considering using tableview or scrollview but which is better performance wise? Can anyone post some code in how to implement lazy loading in tableview? I...
View ArticleHow to upload Video Audio file to server through ftp in titanium sdk 3.X
Hello I am new bee for titanium. I want to upload media files to server through ftp. Is there any proper code which is working correctly can help me out for above task? I check out...
View Articlehow to get email and profile information from Google API using titanium
Hi had tried the code from the url from here i got the information of user profile it only contains name,givenname,profile pic,gender and all but i need email aslo to include in this object pls help me
View ArticleHow to access R.java ,images and main.xml in Mobile Module Project
Now I have create a Mobile Module Project, I want to access the layout file main.xml by using setContentView(R.layout.main) and the Bitmap by...
View ArticleYoutube player on my Android App
Hi how can I implement a youtube player for my App using a webview? I've done this before but when I press the back button the youtube player/webview should also close. Here's my current code: var...
View Articleis the Titanium-made APP compatible with the newest android virtual machine...
any idea ? the new android virtual machine ART seems running very differently
View ArticleHow to make an image gallery
I am a student and have been officially stumped, I am trying to create an image gallery that opens to a screen then when a button is clicked the gallery opens, once the gallery opens users would be...
View Article[ERROR] Unable to run command "build"
Application type: mobile Titanium SDK: version 3.1.3.GA Platform & version: iOS 6.1, Android 4.4 Device: iOS simulator, Android emulator Host Operating System: OSX 10.8.5 Titanium Studio: build:...
View ArticleProblem with the IOS simulator and the UI
Hi, I had an imac to develop and all good, but now i have to use a mac mini and i don't know why in the IOS Simulator don't show to me the UI of the iPad or iPhone, for example the header only shows to...
View Articleget to an element created by loop
Let's say that I create my header buttons this way, it's possible to call the active/disabled function on one of them? If not, there is any workaround for this? Ex:// disable headerButton (id:3,...
View Article