Image doesn't display in android emulator
I make a Single Window Application(I don't use Alloy). And I wrote a simple code like below. It's only change form original code when project made. <<FirstView.js>>function FirstView() {...
View ArticleRemote video problem on Android (Audio works, No Video)
Environment: Titanium SDK: 2.1.4.GA Platform API: Google APIs Android 4.0.3 Here is the code I am using: var win = Ti.UI.createWindow({ exitOnClose: true, backgroundColor: "#111" }); var activeMovie...
View Article"Emulator Process exited with Code 3" when running via Android Emulator
When I run any project, eg. samples, new projects, it will spew this error every time it's run with Android Emulator, the puzzling thing is that if I select "Mobile Web Preview in Emulator" it loads up...
View Articleany support for startForeground() for foreground services on android
Hi, I need to use foreground service on an android project. Is there any equivalent method on appcelerator titanium? really need to use foreground services because background service's lifecycle is not...
View ArticleVide, but No Audio on Android VideoPlayer - iOS works fine
Hello all, I'm testing the video player in Titanium and I'm running into an issue. iOS video player works just fine with audio and video. The android video player shows the video fine, but without...
View Articletab appplication with camera overlay
i am making bar code scanner app for android and app need to be in portrait mode so when i click on a button to scan camera with overlay screen open as app is fixed to portrait mode so camera is...
View ArticleAndroid Sharing Intent
Is there any way I can add/list my app with other apps like facebook, gmail, whatsapp and viber in sharing intent on android .? here is the sample image link (http://postimg.org/image/fhjdfkklv/)
View ArticleHow to open a pdf without using intent
In my android application i need to open the pdf file without use any intent or any other application support . Is there is any way to open a pdf file or if any module is present me. Please share with...
View ArticlePosition raw in tableView
How i can get the row position in table view for focus this row. i have 10 btns (with ids from 0 to 9) and in table view 10 rows. And when i click one btn,i want to select this row with e.index -1....
View ArticleAndroid Build Process Error
Hello, I'm busy making an Android app for a company, but when I was going to test it on my Galaxy S2, it didn't go right and it gave this error: [ERROR] : Build process exited with code 1 [ERROR] :...
View ArticleHow have JS context in native module with Broadcast receiver ?
Hi, I try to create an Android module using Broadcast receiver to detect network change. My broadcast receiver works and I can call a callBack method, but when my application is closed, I have an error...
View ArticleTitanium SDK 3.1.0 [ERROR] TypeError: argument of type 'NoneType' is not...
Hi, I´m trying to run an android app with Alloy framework and got this error: [TRACE] Writing out AndroidManifest.xml [ERROR] Exception occured while building Android project: [ERROR] Traceback (most...
View ArticleKroll from within Service in Android Module
The Question I'm working on a module to create a foreground service for android. At first I thought this would be a daunting task, but as it turns out it was fairly straight forward. I want to be clear...
View ArticleAndroid HttpClient.abort() does not stop file upload
Hey guys, I'm having an issue with canceling http uploads from an android device. I have seen in other threads comments about the abort() method not working in Android, but with no replies or...
View ArticleHow to close an open controller from another controller?
Hi.. In my app I'm trying to implement a logout function. The structure of app is that we login from index.js and call a controller called home.js and from home.js I call menu.js where logout function...
View ArticleForce closing android app when working
Hi Friends. I am working with alloy framework to create an android app. i am using collection and models. but when i using the app. it says "Application has stopped unexpectedly, please try...
View ArticleImageView Not Working Proper In Android
I have multiple file that contain ImageView With the Same Content in android.. first window works fine that opens from app.js ,but other windows works sometime, and sometime it Don't.. My image is Big...
View ArticleAndroid Button Text not showing when using title property
Hi, I am a mobile noob and have been working through the appcellerator videos and lab tutorials, I have been following them closely and have got the TIBountyHunter app up to the stage of creating the...
View Article[Alloy] How to set Controller as HeaderView to TableViewSection in Android?
Hi folks, I need your help again. I want to use custom headers for my table view sections. Therefor I have a header controller. I want to use it as headerView for TableViewSections. Here is my code,...
View ArticleApp not installed
I am trying to publish an Android app to the app store. When I try to install the apk that titanium produces, however, I get an error reading "App not installed" I am using SDK 3.1.0.GA. Any help is...
View Article