Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (dimensions)
Browsing all 27 articles
Browse latest View live

Page that showed parts of an iPhone application

I was positive that I had seen a page here on appcelerator.com that showed the portions of an iPhone application/screen but can no longer find it. Does anyone have a guide to the dimensions/specs of...

View Article



Ti.UI.Switch boundary dimensions

Anyone noticed that the Ti.UI.Switch boundary dimensions seem to extend beyond what the graphic would indicate? Giving it size (or width/height) properties don't seem to do anything at all. You can...

View Article

Post-camera image display is distored

I have an app that uses the phone's camera to take a picture. Everything works fine until it comes to displaying the picture after it is taken. No matter the dimensions I apply to the box, it still...

View Article

Percentage Dimensions in nested views

I'm testing on Android and nested views don't seem to understand percentage dimensions. For example, when the code below installs on my device, viewInputs is not visible. var win =...

View Article

Setting UI Dimensions Based on Parent Window Percentage *and* Pixel length

I want to set the height of a window to (86% - 50px) of its parent element. I really hope there is a way to do this but haven't been able to figure it out yet. Help appreciated, Nick

View Article


What's a good nav bar icon button size for Android/iPhone/iPad apps?

I know, it's kind of a broad question. I'm thinking of placing some small to medium sized roundy square buttons in a top nav bar that never disappear (kind of like tabs), with the exception of one that...

View Article

How does dimensions work?

Well, I thought I understand this, but Titanium keeps surprising me. :) See this example: var win = Ti.UI.createWindow({ modal: true, backgroundColor: '#fff' });   var label = Ti.UI.createLabel({ text:...

View Article

Quickest way to find dimensions of an image file in Appcelerator

Hi, i am a lazy bum and never know the dimensions of my image files. How do you address this? Do you take notes, or do you store the dimensions of the image in the filename (e.g....

View Article


Need help setting dimensions for the devices

Hi, I am working in Titanium Mobile SDK 1.7.2, Android SDK: Google APIs Android 2.3.3 environment. I have created my application in HVGA Screen with fixed size of 480*320. But now i want to change the...

View Article


Setting Orientation in android device - Need Help!

Hi, I am working in titanium mobile SDK 1.7.2, android 2.3.3 environment. I've tableview data to show along with the submit and cancel buttons. If i change my device orientation while running the...

View Article

Achieving Fluid Image Dimensions On Android

Hello All, I'm trying to achieve fluid width (100%) for an image in my app. When setting width : '100%' for iOS - it works perfectly, Android however won't evenload past the splash screen without...

View Article

AppIcon issue

Hi, I have a launch icon image whose size is 57*57 with rounded corners.. But what happens is, the launch icon has a thin layer of black background surrounding it, which i don want.. Can any1 please...

View Article

Remote Image Dimensions

how can i get remote image dimensions? for examplevar image_main = Ti.UI.createImageView({ image:'http://www.xxx.com/image.jpg', width:320, height:'auto', }); Ti.API.info(image_main.size.height);...

View Article


New iPhone 5 splash screen dimensions

The new iPhone has new dimensions. 640x1136. I already have the splash screen. But how to implement it?

View Article

App failing valuation: icon size 0x0

all of a sudden im getting errors when trying to upload my apps to itunes. i recently upgraded to studio build: 1.0.9.201202011943 - not sure if that is the issue or not. the error is "icon dimensions...

View Article


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,...

View Article

Android Camera.app size

On certain devices, when you take a photo there isn't enough memory available to take the e.media blob and resize it down from say an 8mp image > 640 x 480. The only way I am able to get around this...

View Article


Get dimensions (width and height) of video file on Android

Has anyone succesfully retrieved width + height from a video on Android? If yes, how? I've spent the past five hours Googling and searching Q&A for an answer, but no luck. Things I've tried....

View Article

Easy way of supporting multiple Android resolutions?

Currently I have an app (iOS and Android) which is supported for 2 or 3 Android resolutions, but since there are so many Android devices, I need to support them all. Currently, I am hard-coding the...

View Article

Setting width of content of webview

hi, I'm using webviews in a app where the content of the webview is set to 100%. The problem is, when I resize the webview, the view itself is scaled, but the content is not, so when set from a page...

View Article
Browsing all 27 articles
Browse latest View live




Latest Images