Questions tagged [titanium-mobile]

Use this tag for questions about the cross platform Titanium Mobile SDK. If your questions is specific to Alloy, Android, iOS or modules add the related tags like [titanium-alloy] too.

Titanium-Mobile is an open-source JavaScript based platform for developing mobile applications.

Supports Android and iOS (iPhone, iPod, iPad) using a mostly common set of Mobile APIs which render using each platform's native controls and features.

Resources

Related tags

1832 questions
4
votes
0 answers

Library stlport_shared not found in Titanium Application

I want create a Titanium module, therefore I have a class that extends KrollModule and its method: @Kroll.method public void example() { Activity activity = this.getActivity(); String filesDir =…
mary
  • 335
  • 1
  • 3
  • 11
4
votes
2 answers

Titanium vs Sencha - learning curve?

Sencha has a steep learning curve, but how does this compare to titanium? is titanium easier to learn?
001
  • 62,807
  • 94
  • 230
  • 350
4
votes
2 answers

ImageView not showing in android titanium

I have this code in my app.js file in android and an images folder in my resources: var win = Titanium.UI.createWindow({ title : "my Name is Reyjohn", backgroundColor : "#FFFFFF", exitOnClose : true }) var img =…
Reyjohn
  • 2,654
  • 9
  • 37
  • 63
4
votes
1 answer

Using Titanium, Remove current view or pop current view

I have to remove current view being in the same view... if i am in the parent view i can do parentView.remove(childView); but being on the child view i am not having parentView so how can i pop childView to get parentView on top, as it happens on…
Zaraki
  • 3,720
  • 33
  • 39
3
votes
1 answer

Titanium: Why is the callback for startActivityForResult not happening?

I am trying to get the IntentCookbook sample app from Forging Titanium (episode 9) to work. Code here: https://github.com/appcelerator-developer-relations/Forging-Titanium/tree/master/ep-009/IntentCookbook Most exaples work fine, but when the…
3
votes
1 answer

How can I separate (split) a string in Titanium?

How can I separate (split) a string in Titanium? I have a Variable like: var abc = '123,123,59785,65.66666,56582.55'; I want to change in this format: var x = 123; y = 123; z = 59785; xx = 65.66666; yy = 56582.55; How can I do this?
MRT
  • 1,610
  • 15
  • 41
3
votes
1 answer

Titanium: How to close TabGroup within its Tab?

How can I close the TabGroup within one of its tab ? I want to close the tabGroup on a button click (Log out button) and want to display a window without the tab group. I know how to display a window but could find how to close tab group ? I think,…
Maulik
  • 19,348
  • 14
  • 82
  • 137
3
votes
0 answers

How to create Expandable ListView with Titanium?

Can any one help me for creating Expandable List view in android with Titanium? one simple example would be more appreciable.... thanks in advance...
user1176676
3
votes
2 answers

Titanium Mobile: Slide to switch between the views

I am developing a mobile app using Titanium. I came across the Google Plus, Tweetdeck, Market Apps for Android. To switch between the tabs they use the slide gesture. Its like the next view simply slides in based on your swipe/drag. I would also…
Goje87
  • 2,839
  • 7
  • 28
  • 48
3
votes
1 answer

Appcelerator: How to upload a video using android?

I got iphone/ipad to work fine with the Titanium.Media.showCamera() function. Which is great. However the same code doesn't work on android like I expect. So I did some research and came up with this code below. The code itself works up to uploading…
3
votes
1 answer

when start App, than how to remove this Titanium default Page or picture?

I am new Application Developer with the Titanium. i want to develop new Application with Titanium and created a HelloWorld application. Every time my application starts up Than every time Titanium startscreen is show. how I remove this Titanium…
user1206787
3
votes
3 answers

Appcelerator Titanium Slider

I am new to the whole Appcelerator world so I had a question: Anybody is aware if appcelerator titanium provides slider functionality similar to this screenshot? If not, what would be the first docs to look at? No need for fancy animation or…
Evgenius
  • 935
  • 1
  • 8
  • 17
3
votes
1 answer

background services in Titanium

In my application I need to sync my local database with web server. Now I can able to sync with web server, but I need to do this as background service(like gmail sync). How do I do background service in Titanium (both Android and iphone)
Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41
3
votes
3 answers

How do you create a raised tab bar item, like the one found in Instagram, with Titanium?

I am trying to create a menu like the one on Instragram, with the central item using a special design, but the Titanium Documentation does not provide information about this kind of feature There's an example with an already answered question in…
camilo_u
  • 1,380
  • 11
  • 20
3
votes
0 answers

Adding iOS support to an existing Titanium App

I have a titanium mobile project and I had just selected "Android" in the deployment target at the time of creating it. I would now like to add iOS target as well. Is it possible to add it to an existing project or will I have to create a new…
Nirav Shah
  • 689
  • 6
  • 16