Community Questions & Answers

My Screens do not fit.

I think I must be missing something really basic with my screen sizing I am using dips for all my screen sizes. I have set my TiApp.xml so that the default size is dp rather than system ~~~ <property name="ti.ui.defaultunit"...

Consistent Cross Platform UI

I know this has been answered somewhere but in two days of searching off and on and rewatching the training videos I still cannot figure it out. Basically I want my application to look basically the same on iOS and Android at all resolutions. By the same...

iphone5 screen resolution

hi, i have a problem about -568h@2x.png files. default-568h@2x.png file is working correctly. but i have some background images in app. there are 3 diffrerent resolutions of them. back.png, back@2x.png and back-568h@2x.png. in iphone 5, simulator opens...

static dimension explanation

Hi, I started porting my apps from iOS to android lately and I am having problems understanding some basics about resolutions, ppi, actual sizes, etc.. For example, when I create a view with top:10, left:10, right:10 and height:ti.ui.size and add it...

dpi and images

Hey all, i'd like to get a *full* understanding of dpi and images. I notice that titanium has folders - hdpi, ldpi etc etc, and i'd like to know: what is the point of this? When i make an image - say, an all white background - does it matter what...

resolution image iphone 5

Hello, I have a little trouble with the automatic detection of images, in my case I placed three images: - "fond.png" - "fond@2x.png" - "fond-568@2x.png" When I run my app in the simulator iphone 5 image taken by default is...

Multiple Density Layouts

I am trying to understand how to layout my apps so they work on iOS and Android properly. I thought that the baseline width and height was 320x480. And if I setup my views like this: ~~~ var testView = Ti.UI.createView({ bottom: '0dp', width:...

Android image resolution folders

The docs say to create high/med/low directories within the PROJECT/Resources/android/images folder. I just created a new Titanium project using the 1.6 branch of the SDK and I got these folders: ~~~ res-long-land-hdpi...

UI Designing Resolution

Hi I am new to Designing the UIs and images for Apps.. Please someone guide me about the resolution for different screens, images and Icons sizes for different screens... Please give me a list of resolution and pixels required for different screens and...

ScreenShot in Retina Sizes

Hi all, I am trying to take a screen shot of my current screen.I have the screenshot working well, and it saves off as required. The problem is that when i take the saved image is in the size of the window resolution (ex.320X480). How to save in retina...

resolution..?

Hi, When designing an app for iPhone (3&4), how do you deal with the different resolutions (640x480 vs 960x640)? For example if I want to create a background for a window, what resolution do I set for this background? Thanks, Idan

ImageView with image grainy :(

I'm developing an app for iPhone. Summerizing (because it's not exactly so) I have an image taken dinamically from internet that has size of 300x300 pixels. I put this image into an ImageView that has size of 60x60 dp. When I test the app on my iPhone 4...

Android Density question

My app design looked fine on the HVGA emulator then when I installed it on my HTC Desire (WVGA) everything was tiny. Looking at another app I changed the tiap.xml to add this. ~~~ <android...

Development for new iPad 3

Which screen resolution should when developing for the new ipad 3: 2048x1536? Should those images take the @2x suffix (in the same way than the iPhone3 vs iphone4 retina)? Is this supported in the current version of Appcelerator?

"Galaxy tab addon android 2.2"

Hi, I'm testing my app across several Android resolutions. When choosing the "Galaxy tab addon android 2.2" option from the "Run Configurations" I get the galaxy tab emulator which supposed to have a resolution of 1024x600 (according...

Showing 1-50 of 71 1 2