android tableview - disable scrolling using an overlay view - got an example?
I'm trying to disable scrolling on a tableview in android and implement my own scroll handling. Multiple posts on this dev board claim the only way to do this on android is to overlay a transparent...
View Article[ERROR] "fastdev" is an unrecognized command.
Titanium SDK: 3.2.0 Python: 3.3.3 Platform: Android OS: Windows 8 64bit I have been trying to get fastdev to run but I keep getting this error: $ titanium fastdev start Titanium Command-Line Interface,...
View ArticleFacebook like slider menu - Both Android and iOS
Hi, I a building a mobile project where I want a Facebook like slider menu, both for Android and iOS. In GitHub I have found projects which work great for iPhone but dont work with Android. I have been...
View ArticleAndroid: Open App By Custom Extension (Resume Issue)
So I was able to successfully register a custom file extension so when a user opens that file (*.mg2) it will launch my app. I'm running into a couple issues I'm hoping someone can help me out with....
View ArticleRun a Function in Android Options Menu that Exists in a Different JS File
I have a TabGroup setup in TabGroup.xml. In TabGroup.js I create an Android menu: if (OS_ANDROID) { var activity = $.TabGroup.activity; Â if (activity.actionBar) { activity.actionBar.title = "Tab Group...
View ArticleHow to add search bar in table view ?
Hello, I want to add search bar in basic table view, and my problem is that when i scroll the table view the scrolling show the " Pull to refresh " section above the search bar but i want to add "Pull...
View ArticleNot pushes on stack
Hi guys, I've created a global variable on the main window like this: Ti.App.winsStack = []; On second page I have this: //******************************************************** var db =...
View ArticleshowVerticalScrollIndicator
Hello everybody.. ScrollView vertical does not work for me <Alloy> <Window id="win" backgroundColor="white" exitOnClose="true"...
View ArticleUsing walltime.js to do timezone conversions
Hello developers, Can anyone help me on how to include and the call the sproutsocial walltime.js to do timezone conversions on dates within an app? Just can't seem to figure out the correct syntax on...
View ArticleHow to convert object array in Android Module
I have read the documentation, searched every tutorial and watched every slideshare multiple times. I am just not getting this. I am an iOS developer by trade and I must say it was MUCH easier to do...
View ArticleSharing text to Facebook - Android
On an app I'm working on, I'm sharing text to whatever apps are enabled, using the native Android sharing. Here is my code. Works fine on everything but Facebook. With Facebook, it just says 'Write...
View ArticleIndefinite animation in Android
Hi, with SDK 3.2.0 it seems that the repeat parameter with -1 is ignored for indefinite animation: view.animate({ transform: Ti.UI.create2DMatrix({ rotate: 360 }), duration: 3000, repeat: -1 }); This...
View ArticleRead JSON data within square brackets.
This is for an Android application. I'm trying to read the "address" value in here:{"code":0,"places":[{"street1":"Seaview Avenue","address":"Kings, New York, 11236, United States of...
View ArticleShow keyboard
Help me pleas. It is necessary that when you open the page show the keyboard and it was not possible to close it, ie that it is always visible in index.js method open controller:///index.js function...
View Articleclose app with button
i am trying to close my app when exit button is clicked but some how just the windows get closed and not the app how to completely exit the app var button4 = Titanium.UI.createButton({ title: 'Exit',...
View ArticleTypeError: Object # has no method 'sendAnalytics'
I am facing following error when I am trying to run the code in android emulator. [ERROR] : Failed to run command "build" [ERROR] : TypeError: Object #<CLI> has no method 'sendAnalytics' at...
View ArticleHow to use the progressBar on android ?
I'm currently working on an app that is using a tableview. Each row displays certain information and some rows should have a progress bar showing the user how far the event is according to the...
View ArticleIs there a way to create Circular progress bar
I want to create a circular progress bar for my app somewhat like this. Pls help me. Thanks in advance
View Articlecan't show images while using density-specific resources on Android
I can't see any image while using density-specific resources on Android. In my app, if i put images in a folder(such as 'images' - folder name) like Resources/images/imageName.png then i can see that...
View ArticleOpen window very slow (Android)
Hi, I'm finishing my app, it actually works very well on both platforms (iOS and Android) But I'm facing a problem on Android. My app is divided in 5 windows, an user interaction one 1 window may...
View Article