Questions tagged [titanium-android]

The Titanium SDK provides community developers with an unmatched ability to create quality native, mobile web or rich hybrid applications to all platforms from a single code base, using JavaScript.

The Titanium SDK provides community developers with an unmatched ability to create quality native, mobile web or rich hybrid applications to all platforms from a single code base, using JavaScript. With over 5,000 APIs, Titanium allows you to deliver an immersive user experience at a fraction of the time compared with traditional native platforms, and without compromise.

The Titanium SDK is an open source SDK with more than 591,461 community developers contributing constantly to further enhance and extend it. Independent developers, ISVs, and partners can create Modules to extend the SDK with mobile user interface controls, access to 3rd party services, and leverage any native platform API.

97 questions
0
votes
1 answer

Titanium Android showCamera error unable to create file for storage

I am trying to use the device camera in my application , but there is an error shows up and the camera is not shown. The error is unable to create file for local storage My Controller code is function choosePhotoDialogClicked(e) { if…
0
votes
1 answer

Titanium alloy : get current window from required view

I have following code (index.js) : On etape_1_form.xml i have to use a picker widget…
0
votes
2 answers

appcelerator how close the window of index from another window

everyone I am using titanium with alloy, I have two windows which are index.js and main.js. The window of index.js will be opened when the app run, there is a button in index, main will be opened if someone click the button. Main have another button…
jack
  • 98
  • 1
  • 4
0
votes
1 answer

Titanium - Android 6 permissions

I'm having an error when I try to ask for permissions on Android 6. My function is: // check ACCESS_FINE_LOCATION permission var location2Permission = "android.permission.ACCESS_FINE_LOCATION"; var hasLocation2Permission =…
amurcia
  • 801
  • 10
  • 26
0
votes
1 answer

Ti.Map + addRoute/addPolyline + android = curious failure

I am embarrassed to say how long I have been struggling with this problem and I hope there is an easy fix, because as far as I can tell I have tried nearly everything. The app is developed with SDK 5.1.0 for android, using the latest Ti.Map module.…
0
votes
3 answers

how to make my android App faster using titanium App

I have noticed when i deployed App in Android device using titanium Alloy, Its working slowly and it seem like android App need time to redirect to next page after touch and click.it goes to next page within 3 or 4 seconds after i clicked on any UI…
0
votes
2 answers

npm installation error in ubuntu14.04

I am trying to configure Titanium Appcelerator studio in Ubuntu 14.04. I have almost configured everything but not able to install Appcelerator CLI. Whenever i try to setup i am getting below error: Finding latest version ...5.1.0 ✓ Validating…
GrIsHu
  • 29,068
  • 10
  • 64
  • 102
0
votes
0 answers

Titanium 5 - Fetching Collection instance causes crash in Android

I made an app using Titanium SDK 3.X about a year ago. Everything was fine in both iOS and Android. Now, I'm trying to add a new functionality. I installed SDK 5. I opened the app in Appcelerator Studio and the app works fine in iOS. However, it…
junerockwell
  • 838
  • 1
  • 9
  • 29
0
votes
2 answers

Hi, can anyone tell me how to share text and image on instagram from app using titanium/appcelerator?

i am developing a social app. Into that i have to share text and images to social sites like Facebook, twitter and Instagram. I have done it for Facebook and Twitter but not getting idea for Instagram. Can anybody suggest me?
0
votes
1 answer

How to share device gallery or captured images in social media like Facebook, watsapp by using titanium studio?

I want to share device gallery images to social media like (Facebook, WhatsApp, Twitter, Google+) by using Titanium Studio. I have a button to capture the images. When image is captured i want to share that image through device supported sharing…
0
votes
0 answers

Textfield Keyboard Bug - Titanium Appcelerator

my problem is this: I have an app where the user enters how many percent he wants to save in a textfield. But when he touches the first time to fill the field, here's what happens: In addition to titanium not respect the KeyboardType:…
0
votes
1 answer

Object # has no method 'initialize' Titanium Alloy

I have a problem with my Titanium app ... I looked for some tutorials on the internet and Appcelerator on facebook module, more specifically login / logout. I'm trying to adjust this error the day, but I can not in any way ... I am offering my…
0
votes
1 answer

How to access Android Actionbar's Menu in Titanium Alloy

Quick Titanium Alloy Question: I was wondering how can I access the picker element inside the actionview of the android Menu in my controller? The classic $.(idofelement) doesn't seem to work. (and I have no idea why)
Ramy
  • 1
  • 1
0
votes
2 answers

Titanium Appcelerator image upload issue When call service without image

I have prepared an application with image upload. It sends some text and an image. It's working fine when I add an image and content(text). Unfortunately it's not working when I call the service without an image, see code below, var params = { …
0
votes
1 answer

Titanium Appcelerator callback fuction not working in Android

I have working in Titanium Appcelerator , Both iOS and Android . The calll Back Function Not workig in Android But work in iOS, Below is simple example $.saveBtnVw.addEventListener('click', function(e){ console.log("Save Button Clicked"); …