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
1
vote
2 answers

Titanium TableView Row Seperatly Background

i get 5 categories data in my wordpress blog and listing titanium mobile app i added row background on my rows but all rows same background how can seperatly background all rows ? Here My Normal Table View…
1
vote
1 answer

Titanium android, receiving intent, how to access to the native file?

In my TiApp.xml i got the following block :
Magus
  • 14,796
  • 3
  • 36
  • 51
1
vote
2 answers

ImageView scaling in ListView

I'm developing an app using the Appcelerator platform and I've run into an issue. I have a listview with a custom template where I'm populating an ImageView with remote images (lots of different sizes). I'd like them to scale to 100% width and auto…
Tanel
  • 23
  • 5
1
vote
1 answer

How to add Android Dependencies Jar to Titanium Module

Titanium module is not an Android project, there is no Android Dependencies. How can I add a jar which has to be added to Android Dependencies. I tries to add it to the Referenced Libraries but the sdk cannot be referenced.
Icarus
  • 1,335
  • 1
  • 11
  • 24
1
vote
0 answers

Image getting stretched when used round shape ImageView

I want to display image in round shape and I am able to display user image in round shape, but not able to manage the image quality.Image is getting shrinked/stretched.I am trying to test it in android device. Titanium studio information Titanium…
1
vote
0 answers

TiHttpClient on titanium don't even send

Trying to interact with my API but the app won't even send the request : var connectToAppbis = { login: function(login, password) { var params = { "login": login, "password": password …
Seba99
  • 1,197
  • 14
  • 38
1
vote
0 answers

Titanium create basic Android TextField

There is a lot talking about creating borderless textfield in Android with Titanium. However, my question is a little bit different. I want to create simple textField looks like editText in Android SDK. With Android SDK, I just need to place the…
SnowWolf
  • 439
  • 6
  • 22
1
vote
0 answers

Textbox Blinker not coming in Titanium Alloy App

I am learning Titanium, and today I created a new Alloy Project in Titanium Studio, but on Screen when I got textbox, then in emulator, textbox is showing but no blinker. Any method to show blinker?
1
vote
1 answer

Passing enum to android native module

I am passing enum to the android native module, but I get this error at run time: [ERROR] : JNIUtil: !!! Unable to convert unknown Java object class 'miy.Enums$Status' to Js value !!! [INFO] : libc: Fatal signal 11 (SIGSEGV) at 0x00000000…
1
vote
1 answer

Console.log giving error in Titanium Android App

I am getting error in Titanium App, where I am trying to see the object or data in a variable mainwin I wrote only these lines for debugging, and then I am getting error Screenshot : ) console.log(mainwin); console.log(e);
1
vote
1 answer

update text inside list view on itemclick titanium appcelerator

Titanium Appcelerator unable to update text inside listview code on button click below: { type : 'Ti.UI.View', bindId : 'vwqtySelection', properties : { top : '30dp', height :…
Nilesh Verma
  • 914
  • 1
  • 11
  • 26
1
vote
1 answer

how to set the Activity in titanium when I send message to wechat?

I already registered to wechat successfully. and I want to send message to wechat now, but I occured: [ERROR] E/MicroMsg.SDK.MMessageAct: send fail, target ActivityNotFound this is my android module(src//.java) code: @Kroll.method public void…
wind
  • 440
  • 4
  • 14
1
vote
1 answer

Volume control on lock screen or notification bar in titanium android

In IOS, I implemented volume control for my app on lock screen. Same thing is needed in android also. I done it in IOS by setting the plist UIBackgroundModes audio In controller var player =…
Kiren S
  • 3,037
  • 7
  • 41
  • 69
0
votes
0 answers

Titanium evalJS slows loading of the webview - timeout waiting to evaluate js

I am developing Titanium application with a webview that is loading content from a remote url. In the load event I am injecting some code with evalJS. Using Titanium SDK 8.0.0+ the loading of the webview content is very slow because of evalJS, I…
0
votes
0 answers

Unable to package Appcelerator android module

Created sample mobile module app with 8.3.1.GA Ti SDK. Tried to package the module. Expected: Module should be packaged without any errors. Actual: Throwing the below error 2020-04-07T07:14:28.008Z | DEBUG | [PLUGIN-LOAD] 0ms …