Community Questions & Answers

What database to work with?

Hey there. Im building my first Titanium application for mobile. Its a very simple application where the idea more or less is to add the users information to a database and then return statistics based on all the user inputted data. Its only based on 3...

Resize remote image for web view

Hi guys, I have a remote image that I want to display in web view. The problem is, the image is too large and hence it doesn't fit the screen. So I want to know how can I fit the image into the screen? I'm building for blackberry and is using a very old...

change videoplayer url

Hi, I have a 2 remote videoplayer urls, low bandwidth and high bandwidth. I have an OptionDialog opening on start, ment to change the video url. I have buttons which are ment to change the bandwidth on click. However, these two methods are not changing the...

remote apk

Hello I wonder if I can make an app that can remotely update the apk intalada in the tablet (I think it may be by ssh, vnc etc). I hope for your response and probably already some have this same question. thanks

Android Streaming Video

I am hoping I am just missing something, but is it not possible to do remote streaming video with Android in Appcelerator? It would seem that "Titanium.Media.VideoPlayer" does not accept a URL on Android... Am I doing something wrong? is there...

Remote JSON into Table View

I have tried this a million different ways and I cant seem to get it to work. I have a page on a server that outputs a JSON dataset. I want to capture that data and put it into a table. it seems like the downloading of the JSON works but I cant figure...

iOS Remote Image Cache

Hi, I know that SDK 1.8.0 automatically caches remote images (in Library/Caches) once, so next time when this image is requested from a server, the cached file will be displayed automatically. Works even if user is offline. Now I upgrade to lastes SDK...

Clear cache remote image

I need help. How I can clean the cache of a remote image of a imageview? Example: KitchenSink> BaseUI> Views> Image Views> Remote Image First download the image and show. The following, show the image of the cache. **I need to clean the...

Remote Json TableViewRow

hi, i am using remote json and want make a restaurant menu with it, but i can't understand how can i put row header to categorized menus. i am trying to make something like the picture http://s10.postimage.org/xvmet85hl/menu.png i can pull all menu...

making global database for app

hi , I have no issue to ( select/insert/delete ) from internal db ( database installed in the app ) from remote site but the problem : each user will have his own database without make changes in the remote global database like this code : ~~~ function...

Remote image in custom tableviewRow

Hi all, I'm having troubles with an remote image in a custom tableviewRow. When I use this row in my tableview, the images aren't at 'top:0', and the image is much smaller than 60. It's centered between top and bottom, but I've set the hight the same as...

Remote image in DashboardItem

Hello guys, I have a problem which taking me down. I am trying to set the image of a DashboardItem as a remote URL. The images loads if I put it in my resources folder and link it from there, but it doesn't load from the remote url. Here is the code I...

image load

Hello, in a simple imageView property how can i add a listener for the image if loaded, i just want a alert if image loaded, ~~~ var myimage = Ti.UI.createImageView({ image:'http://www.xxx.com/1.jpg', defaultImage:'default_image.png', ...

Weekly local database update

Is it possible to create a weekly db update, instead of providing a weekly update to the app. So… every week, the local db would be overwritten with the new content of a remote mySQL db. I am not concerned about how to actually get the contents of the...

DB.install from remote SQLite file

Hi all, I seem to have a problem: 1) On the iPhone, I am not able to save downloaded remote files anywhere else than within the Ti.Filesystem.applicationDataDirectory for some sort of sandbox 2) As a consequence, I cannot save a remote SQLite DB file...

Database FileSystem getFile location?

Hi, I'm trying (desperately hard) to download a database from the internet (my web server) and have it installed (well, replace at least) the existing database in the iPhone. I need to know the file location where I'm meant to put the database? We cannot...

save 100+ remote images to disk

Hi, Im trying to download a image gallery and have it to the phones filesystem. This works great with 30-50 images at the time. But one of apps has a large amount of images in the galleries, which for some reason will not save all these files to disk. Some...

[android] remote image size

This only affects on Ti.UI.ImageView. It doesn't affect on row's leftImage or Ti.UI.View(backgroundImage) ![test](http://i42.tinypic.com/6sw3zc.png) As you can see , i have an 100x100 remote jpg which i define it as this: ~~~ var imageFRow =...

Showing 1-50 of 122 1 2 3