I need to use over 200 images in an Android app. Would I have to import all the
images into the stack? Also what should be the minimum dimensions of each image
if the app is to be deployed on Android devices? Thanks.
Over 200 image files to use in app
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Over 200 image files to use in app
Might be better asked in the Android forums..
Re: Over 200 image files to use in app
Hi,
You shouldn't import all images. You should include them with your standalone as separate files and use referenced image controls, because you might run into memory limits, unless the images are fairly small. Note that a 100K JPEG file can easily take up several MB's of memory in LiveCode.
Android doesn't impose any technical limits on the size of a picture. There are rare occasions where an img control smaller than 8x8 pixels can cause problems in LiveCode (this was a bug that might have been fixed by now).
Kind regards,
Mark
You shouldn't import all images. You should include them with your standalone as separate files and use referenced image controls, because you might run into memory limits, unless the images are fairly small. Note that a 100K JPEG file can easily take up several MB's of memory in LiveCode.
Android doesn't impose any technical limits on the size of a picture. There are rare occasions where an img control smaller than 8x8 pixels can cause problems in LiveCode (this was a bug that might have been fixed by now).
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode