Community Questions & Answers

New to all of this !

I am starting new to this. I am a programmer (Windows Desktop) . and I am new to Android programming. Any training...documents... to help me start ? Thanks

Put app running in background

I need to put my app in the background when I get out of it, for example: Skype. And when I get back on her, she comes back to the same screen that I was previously. The customer can exit the application(put in the background - not really close), use...

upload files

Hello I would like to help with this problem, which is to take all the pictures taken with my camera and send them to a server ..... I think I have a variable for each photo and deliver them client.send ({"image1" : imagen1.png, etc}) I have...

RSS Feed Within Tab

Hi, I am attempting to utilize an RSS feed contained within one tab. My issue is that the feed will not load in the tab. The code doesn't crash, but I think that the issue is the components are incorrectly linked. The code is separated in three...

Static Date

~~~ var notificationDate = new Date(new Date().getTime() + (20*1000)); ~~~ instead of newDate() function, if i want notifications on particular date, then how to do it?? i thought of defining a constant DATE to which I will assign a value..lets say 30th...

application don't work

Hi every body i have a problem with my application it don't work i'm trying to displya some data in a new interface the data will displayed when i push a button this is what i did ~~~ var button3= Titanium.UI.createButton({ title: 'Par liste', ...

Determining file name from which a snippet is called

Hi, so I can see that I can retrieve a files name, without path, by making a snippets expansion equal the string "$TM_FILENAME". This is fine, but the result also inserts the file extension. Quite simply, I want to process the file name before...

Stop application execution

I run all calls to database through a custom function. I need that when an error occurs, stop the program execution. I only what to stop others process, I don't want to quit from app, I want to show error and stop other execution process. Thanks...

Share cloud among applications

Hello, I am wondering if there is a way to have a shared cloud among multiple applications. I would ideally like to have an app that accesses data from a cloud and another app that manages the data in that cloud. I know you can manage the data from the...

Java SDK Missing Ubuntu 11.04

I debug in Titanium and an error appear. Android runs but the Hello World application of Titanium doesnt show up These is the error: [ERROR] Missing Java SDK. Please make sure Java SDK is on your PATH (exception: [Errno 2] No such file or...

Showing 1-50 of 400 1 2 3 4 5 68