07-09-2013، 10:08 PM
به سازندگان BASIC4ANDROID ایمیل زدم و اینو نوشتم:
hi
i want to by basic4android
but your program have big problem too load big images.
excuse me for poor english
pleaaaaaaaaaaaaase help me
i am working on an app for testing basic4android.
now when i am testing my apk, i have a pausing error on loadlayout!
my app have one layout.
my layout include 13 Gif images about 720*6200 ! big dimension but small
size about 150kb per image!
when i load my layout with 12 imageView every thing is ok! but when i add
one more image (ImageView) i will see this error:
[COLOR="Red"]java.lang.RuntimeException.java.lang.runtimeException: Object
should first be initialized (imageView)[/COLOR]
thats not important which image,just enough be Thirteenth!
how i can solve this problem?
اونام این جوابو دادن:
Hi,
The compressed size doesn't matter. Android (not Basic4android) needs to
load the uncompressed image to memory. Loading 13 images of such size will
cause problems. You should use smaller image sizes.
hi
i want to by basic4android
but your program have big problem too load big images.
excuse me for poor english
pleaaaaaaaaaaaaase help me
i am working on an app for testing basic4android.
now when i am testing my apk, i have a pausing error on loadlayout!
my app have one layout.
my layout include 13 Gif images about 720*6200 ! big dimension but small
size about 150kb per image!
when i load my layout with 12 imageView every thing is ok! but when i add
one more image (ImageView) i will see this error:
[COLOR="Red"]java.lang.RuntimeException.java.lang.runtimeException: Object
should first be initialized (imageView)[/COLOR]
thats not important which image,just enough be Thirteenth!
how i can solve this problem?
اونام این جوابو دادن:
Hi,
The compressed size doesn't matter. Android (not Basic4android) needs to
load the uncompressed image to memory. Loading 13 images of such size will
cause problems. You should use smaller image sizes.