Search in Listview with Alloy
mobile Titanium 3.1.3 Platform: ios7 simulator Mac OS X Hello - I am trying to figure out how to use the search functionality with alloy in listview. Right now it does not do anything. Here is my code:...
View ArticleIs there any solution to hide the bar where are Back Button,Home Button etc... ?
Hello, First, I'm sorry for my english which could be not really good. I'm developing an App on an Android (4.1.1) tablet which doesn't have hardware back button, home button etc... but there are on...
View ArticleListView multiple ItemClick and longpress event.
Hi I am not able to longpress event with ListView, Lonpress event is fired when I "Long press" on particular section of ListView , but it is not fierd when I "Long press" on item of that particular...
View ArticleImage zoom and pan view like similar to the native one
Is there an example code of how to make a view that loads an Image (any size, any orientation) and then zoom it or pan it just like the picture gallery app does it? the initial image needs to be...
View ArticleAlloy 1.3.0 won't copy the Default.png file of a theme in Android.
The application used to have a custom splash screen on both Android and iOS which I placed under /app/themes/custom/assets/android/Default.png and configured the app to have theme:"custom" in...
View ArticleError Couldn't find module: alloy/sync/sql after migrating into Titanium sdk...
I am migrating my titanium alloy app from 3.1.3 to 3.2.0. After migration app is getting crash on startup (both iOS and android). Current versions: Titanium Studio:...
View ArticleUsing Amazon EC2 as backend
Hi All, I am using Amazon EC2 as storage for backend and database is postgres. I see that there are Amazon SDK's separate for android and IOS. How can i use it in Titanium alloy app development. And I...
View ArticleTrying to archive for Ad Hoc, but get`s error i xcode --developer-name &...
Hello, I want to try out an Ad Hoc distribution of my App, so I can try everything 100% before I submit the App to AppStore. (Mostly because of pushes). Building in latest Titanium Studio 3.2 + Ti SDK...
View ArticleCan install apps on Android Emulator after Titanium update to 3.2
This is the error i get when i try to emulate an app to the Android Emulator. Well, first of all now i have to choose the emulator, aka, 4_HVGA, 1_WVGA, 4_WVGA or 5_WVGA. And i cant use any app with...
View ArticleACS Push Notification Not Sending
I asked a question about this early, but no one from Appcelerator seems to want to address it. So reposting to get it to the top. As of January 1, all push notification for my App has stopped sending...
View ArticleGCM registered and push notifications seem sent but not delivered
Hi, We decided to make the switch to GCM after the 31st. We succeeded to have an Android device registered to GCM and a specific channel on ACS (cf "Show Subscribed Devices" in the ACS Push Console)....
View ArticleAndroid app with many pages of context
Hello, I am quite new with developing with Titanium studio and so I would like to ask for some pointers in developing one of my first Android application. I am having problems in organizing myselft...
View ArticleTwo Finger Rotate Gesture
Is there a way to handle an two finger rotate gesture in Titanium SDK 3.2.0? There are the Gesture Recognizer (https://github.com/atsusy/Gesture-Recognizer) but this is only for SDK 2.0. Maybe, there...
View ArticleTextfield not editable - "getSelectedText on inactive InputConnection"
I am facing a very strange issue in my Titanium Studio 3.2. I try to develop an Alloy application for Android 4.1). I created a TableLayout with a Textfield in it. When I try the program on my device...
View Articlejava.lang.IllegalArgumentException: bitmap size exceeds 32bits...
My app was built using Titanium SDK 3.1.2.GA and the latest Alloy at the time I've had 5 reports of a crash on Android 4.3. It seems to be crashing in the Titanium SDK. The stack trace ends like this -...
View ArticleListView containing ScrollableView
This is the second question I post in a week about ListViews and ScrollableViews; but while the previous one is about a compilation error I got trying to use Alloy views, this one is more about trying...
View ArticleProblem getting list of facebookfriends iOS
I am trying to get a list of the user's Facebook friends but I can't get it right Here is my code for trying to see it in an alert:var fb = require('facebook'); fb.appid = 'MY_APP_ID'; fb.permissions =...
View ArticleHide tabbar android
Hi, I'm trying to hide the tabbar on android but with no success... Using Ti 3.2 and alloy. I tried animating it to the top so that it is hidden but the whole window is going up and creating black...
View ArticleTableview render issues
I'm working with Titanium SDK 3.1.3 and deploying an Alloy project to Android. I have a view like this:<Alloy> <Window class="container"> <View id="MainHolder"> <View...
View ArticleFlexible layout in itemTemplate
I'm running into trouble setting up a flexible layout in an ItemTemplate for my ListView. I've set up my template similar to as follows:<ItemTemplate class="flex" name="flexibleTemplate">...
View Article