Android app - do I need to resize objects?

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
abanowBUSTfGf
Posts: 63
Joined: Sat Dec 22, 2012 3:01 am

Android app - do I need to resize objects?

Post by abanowBUSTfGf » Sun Jan 06, 2013 11:32 pm

I'm developing an app for Android and it fits Well and looks OK on my Android Galaxy with screen size 720x1280 pixels.
Will I have to skin the objects/images for possible resizing by the user to be accepted by the app store?

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7393
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Android app - do I need to resize objects?

Post by jacque » Mon Jan 07, 2013 3:51 am

Android screens come in a huge variety of sizes and resolutions. It's a problem. But yes, you'll need to write resizing scripts that move and/or resize all the objects to fit proportionally on the current device.

This will give you an idea: http://en.wikipedia.org/wiki/Comparison ... id_devices
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply