How to get user_timeline from twitter account without oAuth using 1.1 Api...
Hi developers, How to get the user_time from twitter account without using oAuth in APIv 1.1, before this in API v 1 in twitter i am able to fetch data from twitter account without oAuth . please help...
View ArticleBarcode Module instantiation
I am trying to incorporate the Barcode Module into my app, and so far I've downloaded the module and added it to my tiapp.xml file. I opened up the example, and it says that to make it work, I need the...
View ArticleHow to Uninstall Mobile Module?
I tried incorporating the ti.barcode module in my code, and that said that it required scandit, so I downloaded that module from their website. After doing so, however, Titanium started giving me the...
View ArticleDoes onsendstream for Android still not work?
I cannot find anything recent on this but I am unable to get the onsendstream XHR event to work when uploading an image. I looked at the docs and it doesnt say apple only. Has anyone had any luck...
View ArticleAndroid camera crash
Hi I'm currently experiencing some issues using the camera on Android. When I try to open the camera my app crashes; it appears to happen randomly either before the camera is opened or after I have...
View ArticleException occured while building android project
Titanium SDK version: 3.1.0 (04/15/13 18:45 57634ef) [I have also tried with 2.x.x and 3.x.x, but the problem still exists] Platform: Android 2.2 google apis Device: Android emulator [Also tried to run...
View ArticleAndroid ActivityIndicator Looks Different Depending When .show() Called
In an Android 4.0.3 HVGA x86 emulator, I am seeing 2 different stylings of the activity indicator depending when show() is called on it. Although I am using studio 3.1.1, I was seeing the same issue in...
View ArticleChange Splash Screen
Titanium SDK version: 3.1.1 (06/15/13 16:09 f7592c1) Developing for Android 4.1.x device on Ubuntu 12.x Titanium Studio, build: 3.1.1.201306112235 Alloy project. For some reason, following the...
View ArticleAndroid Hide Soft Keyboard not working
In the following block of code: var appPassword = 'grantaccess'; var passwordTextField = Titanium.UI.createTextField({ height: 45, width: 75, clearOnEdit: true, passwordMask: true,...
View ArticleHow can I hide title bar of Window in Android?
Hi friends, Could you please give me some suggestions of how to hide the title bar of Window in Android by NOT setting the property fullscreen to True? So that I could set the top of that window. Thanks.
View ArticleDebugging Errors in Android Background Service
I'm totally at a loss. When using a background service in android, there is no interface shown which displays errors. I need to find a way to get what errors are occurring in my background service....
View Articlegrabar varias imagenes (titanium - android)
I have a problem, I want to record in a database of several images, these I have converted the string, the first three images be recorded properly, but when more than three there is always an error and...
View ArticlePlaying with Android Actionbar
Hi, I'm new to Appcelerator and was trying to replicate the following: http://jeanlucdavid.com/2013/01/creating-a-foursquare-style-actionbar-on-android-using-appcelerator-titanium/ // Setup TabGroup...
View ArticleSelect Multiple Images Using Photo Gallery Picker (Android and iOS)
At the moment I am using Ti.Media.openPhotoGallery to select an individual image from the device photo gallery: Ti.Media.openPhotoGallery({ autoHide: true, mediaTypes:[Ti.Media.MEDIA_TYPE_PHOTO],...
View ArticleForm Dynamic
Hi everyone someone have a example of how make "form dynamic", like in asp.net (c#), namely work with objects, create my own objects, for example, open my database, get the data field and generate the...
View ArticleAndroid gallery and android camera crashes
Hi guys, I am trying to select a picture from gallery and take a picture at android, but gallery crashes after select a picture and camera crashes after pressing the save button, both restart my app, I...
View ArticletableView works on iOS but fail on Android
I have an tableview that hold 12 custom headers and populate them through my JSON... anyway... works on iOS but on android it don't do anything... they don't add all the 12 custom headers and don't...
View Articlefacebook module
hi friends i want to develop an facebook module to access friends photos for titanium mobile application for android my titanium version is 3.1.0 can any one help me plzzzzzzzzzzzzzzz (and if its...
View ArticleAndroid token for push, api ask for 23 charas in I have 162 chars ?
Android token for push (GCM), api ask for 23 charas in I have 162 chars. How convert this:...
View ArticleUsing Wikitude in Titanium
Hi guys, I want to integrate AR in my app and I found Wikitude (http://developer.wikitude.com/news). I have downloaded the SDK from their website and also the titanium module from github:...
View Article