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
7
votes
2 answers

How can I use animation in xamarin android application?

I want to use animation in my android Application using Xamarin C#. animations like fade-in, zoom-in, move and ....
Ali pishkari
  • 532
  • 4
  • 18
4
votes
1 answer

readlink('/proc/self/fd/21') failed: Permission denied [fd=21] error in Android 6 after adding Admob module to Appcelerator app

im creating app in appcelerator studio. It worked without errors on my Android 6 Lenovo a7000, until I added admob module to it. Now Im getting these errors: [ERROR] : linker: readlink('/proc/self/fd/21') failed: Permission denied [fd=21] [ERROR] :…
user3281831
  • 839
  • 5
  • 14
  • 24
4
votes
1 answer

TextField formatting (padding) issue in Titanium Android

I am facing the issue of formatting a simple textfield in Titanium Android. Problem : I am not able to view the text field input value that I enter. If I print the logs its getting entered but not visible. In some devices I get cut-off text. Below…
3
votes
0 answers

Titanium app won't build in Android after upgrading SDK, resource entry accept is already defined

After upgrading to Titanium SDK 6.1.0.GA, my app no longer builds. It gives the error: [ERROR] Failed to package application: [ERROR] [ERROR] /Users/justintoth/Documents/housters-mobile/build/android/res/values/strings.xml:51: error:…
Justin
  • 17,670
  • 38
  • 132
  • 201
3
votes
1 answer

Android Background Service

I want to use background Service in my Titanium Application. I used every code which need to insert in Titanium Android application. In TiApp.xml file : Register Service here
2
votes
1 answer

Play Store: App has been removed for violating Location permission policy

Our app has been removed from the play store due to the violation of the location permission policy. According to their rejection mail, we have been using the user's background location but actually, in our app, we only use the user's location only…
2
votes
2 answers

App crashes when benCoding.AlarmManager module added in a Titanium application

I'm using Titanium SDK 7.0.0 GA and I installed benCoding.AlarmManager (version-1.0.0) module from here. When I add the module to the tiapp.xml module list like below image and run app then app crashes. I need to install this module for scheduling…
Nuibb
  • 1,800
  • 2
  • 22
  • 36
2
votes
1 answer

in Titanium, how to take a thumbnail from video in android?

I'm trying to get a thumbnail image from a video player that I set the Url when I choose a video from gallery or capture a video, so this my code in controller:- var intent = Titanium.Android.createIntent({ action: Ti.Android.ACTION_PICK, …
2
votes
1 answer

sqlite encryption for android titanium Appcelerator

Looking very hard for a possibility to encrypt my sqlite database on Android devices, but I wasn't able to find a satisfying solution. I need something like a library to reference, in order to have a encryption/decryption of my database, while using…
Nilesh Verma
  • 914
  • 1
  • 11
  • 26
2
votes
1 answer

Android Titanium - ImageView doesn't show a remote image

I have to download a remote image and show it in a ImageView. In iOS works prefectly but in Android doesn't work. The image size is 190x190, and the url is correct because the same url works in iOS. This is my code: View:
amurcia
  • 801
  • 10
  • 26
2
votes
0 answers

google play service not bind with titanium studio android

OS: Mac OS X - Yosemite Using Titanium Studio Problem google_play_service not imported properly into titanium studio' android project. Error when running the project [ERROR] : …
Darshak
  • 2,298
  • 4
  • 23
  • 45
2
votes
2 answers

how to generate keystore for android with google maps in titanium?

I'm trying to generate a valid keystore for my application with the signature algorithm: SH1withRSA. I have generated an API key with SHA1 from the keystore that was generated previously and set tiapp.xml to use Google maps v2:
2
votes
6 answers

how to change hintText color in textField Titanium?

this is my code,and I want to change the hintText Color, how to do? "#email":{ width: '70%', left:'13%', font:{ fontSize:'20sp' }, color: '#fff', hintText:'请输入手机号', borderColor:'transparent', bottom:'2%', …
wind
  • 440
  • 4
  • 14
1
vote
1 answer

Titanium POST form parameters not working on Android with 7.2.0.GA SDK

For some strange reason the following code doesn't work properly on Android anymore. On iOS this code still works but for some reason on an Android device it looks like it doesn't send the parameters as form parameters to the server anymore. In…
Tranquilized
  • 721
  • 2
  • 6
  • 23
1
vote
2 answers

Access `Titanium.App.Properties` in native app

TLDR: Is there is any native way to access the Titanium.App.Properties for both Android and iOS? I am working on a project where the original app was made with Titanium, and the new updated version is built with Xamarin. The original developers…
1
2 3 4 5 6 7