Hello All,
I am very new to LC. I have been able to create and successfully test an app on my device. What I can't seem to wrap my head around is image settings and sizes.
The phone I am testing on is an LG. Model: LGLS990
Do I have to create a separate background image for every model out there...or can I create one background image and it resizes according to the device?
If that is the case, what size should my background image be?
thanks,
Dan
Background Image
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Livecode Opensource Backer
- Posts: 10101
- Joined: Fri Feb 19, 2010 10:17 am
Re: Background Image
I don't see why you shouldn't have one image that can be resized.
As to the size of the image: well, just make sure it at least as large as the largest screen resolution you are
building for to maintain the quality of the image.
As to the size of the image: well, just make sure it at least as large as the largest screen resolution you are
building for to maintain the quality of the image.
-
- Posts: 5
- Joined: Sun Jan 11, 2015 3:35 am
Re: Background Image
That is good to know. There must be some coding involved because I load up my app and the background image is there...but all of my icons and stuff are off screen.
Any thoughts?
Any thoughts?
Re: Background Image
Hi prenger745,
Two Lessons;
http://lessons.runrev.com/m/4069/l/1564 ... ll-devices
and
http://lessons.runrev.com/m/15262/l/156 ... -densities
SImon
Two Lessons;
http://lessons.runrev.com/m/4069/l/1564 ... ll-devices
and
http://lessons.runrev.com/m/15262/l/156 ... -densities
SImon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
-
- Posts: 5
- Joined: Sun Jan 11, 2015 3:35 am
Re: Background Image
Thanks so much for both of those. Exactly what I was looking for!