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

How to access and use the Proximity Sensor of mobile phone through Titanium Mobile

How can I access the proximity sensor of the phone through Appcelerators Titanium Mobile API? I have been searching the web and their docs but can't seem to find anything or a concrete example.
0
votes
2 answers

How to use Titanium app.tss in classic mobile app

I want to create a stylesheets for my Titanium app. I'm not using Alloy framework, so how i can use app.tss? in which directory i need to store it? Thank you
Premier
  • 4,160
  • 6
  • 44
  • 58
0
votes
0 answers

Titanium complilation error "Failed to compile java source files"

I am developing a titanium android module. After lot of research i finally set up the environment for module development. I got successful module build. But when i add the module to android application "Failed to compile java source files" error…
M14
  • 1,780
  • 2
  • 14
  • 31
0
votes
0 answers

Titanium Studio - Can ScrollViews take negative values?

I'm currently working on a project that requires a horizontal scrollView to take a negative values and be able to scroll to the left. Is this possible? Here's my code right now: var gameView = Titanium.UI.createScrollView({ …
0
votes
1 answer

Titanium Facebook API: Cannot post to page wall, (#200) The user hasn't authorized the application to perform this action

Starting to pull my hair out, cannot make this work. I'm trying to post to a photo with a message to a Facebook page. But no matter what I do, what permissions i set, the answer is always (#200) The user hasn't authorized the application to perform…
R0b0tn1k
  • 4,256
  • 14
  • 46
  • 64
0
votes
1 answer

Titanium android read exif infromation jpeg

I am developing an android application which needs to read the exif information of images. can anyone tell is there any proper method to read exif information in titanium so that i can rotate the image in right way. If not possible is there any…
M14
  • 1,780
  • 2
  • 14
  • 31
0
votes
1 answer

ScrollView and TableVIew both on a Titanium Screen with Normal Scrolling effect

I have a Titanium Page, where I am using ScrollView and TableVIew both. But running into a problem - My ScrollView Portion is about half the page, and I have set Tableview below to it, and when I scroll on Scrollview nothing scrolls up (as it is…
0
votes
1 answer

Hiding Title Bar in Titanium classic android

I have tried all the possible alternative available on stackoverflow, but it didn't worked. Please let me know if any one has its exact anwser. I am new to titanium framework. My app is completed, but i need to remove by default title bar for…
0
votes
0 answers

java.lang.StackOverflowError when pressing "next" on Android keyboard in Titanium Alloy TextField

I have a form (several TextFields) in my Alloy app, when I click on "next" while typing on a TextField I get a StackOverFlowError. My layout: `...
Israel Cruz
  • 320
  • 1
  • 3
  • 11
0
votes
2 answers

How to create such view in Titanium Alloy Android App?

I am a newbie, and learning Titanium Alloy to make Android App. I have created an HTML design of a List row, which I want to make in Native Titanium. (The list will have multiple rows) I saw an example from Titanium Docs, and wrote this but it is…
0
votes
3 answers

Titanium Studio appcelerator (write once run for all)

I am new on Titanium Studio Appcelerator,i have the following questions about titanium studio appcelerator: In titanium if i want to consume Ksoap2 webservices then i will be write code at once?and will be run that code on all plateform?like…
Farhan Shah
  • 2,344
  • 7
  • 28
  • 54
0
votes
1 answer

How to know the view id of currently visible view in Titanium Android Alloy App

I want to find out the id of currently visible in Titanium Android Alloy App using index.js controller. How can I do so? I tried the below code in index.js, but its throwing error. console.log(mainwin.view.id);
0
votes
1 answer

How to use Google Analytics in Alloy Titanium Appcelerator

I have downloaded the zip file from https://github.com/Sitata/titanium-google-analytics After extacting which I got folder named - titanium-google-analytics-master But there is no documentation for a newbie like me to use it in my Alloy Mobile…
0
votes
1 answer

Displaying details of city on click of row in Titanium

Hi i am beginner in programming and i am trying to build a simple Titanium app using HTTPClient. This piece of code displays the full list of cities, I want that on click of each city it will display in another window, photo of clicked city. This…
Hawk
  • 29
  • 5
0
votes
2 answers

Failed to package application when Android Manifest Portion is changed to

I started a new test app, and downloaded a Holo Theme (by name JSTheme) from Android-holo-colors.com And replaced the /res folder contents with the res folder in that downloaded zip file. But when I replace the line in tiapp.xml
Molly
  • 35
  • 6