- This topic has 12 replies, 2 voices, and was last updated 10 years, 6 months ago by
support-octavio.
-
AuthorPosts
-
jonathannewMemberI written an app which is like a guidebook consisting of 1 combo box which links to 27 subjects (which equals 27 mobi files). Each subject consist of 1 page of only words and a coloured box and no pictures.
When I run the apk on a Nexus S, browsing a subject by clicking on the combo box, one after another. After viewing about 6 subjects, the app starts to hang. Only the app hanged, I am still able to get out of the app to the phone environment and run the other apps.
However this hanging does not occur on my Samsung S4. I am able to view the 27 subjects, one after the other, at 1 go without any issue.
There is no hanging when tested using Mobione test centre.
The size of my apk is 423kb
My Nexus S is a Samsung GT S5360, Android Ver2.3.6, SD card free space 3.67GB, internal phone storage 74.04mb
The app is installed on the SD card.I am wondering if the hanging is due to memory (run out) issue. Previously I also installed a calculator app on this Nexus S and does not face this issue. Any idea and solution?
I am using Mobione version 2.6.2
support-octavioMemberHi jonathannew,
There is a wide range of computing power between these devices. On the older and less powerful android devices it is easy to overwhelm them if your app has high graphics rendering requirements. For example the rendering is done in an embedded browser. So if your app has big images or uses gradients with scrolling these can be memory and computationally intensive.
First thing to try is install the app directly on a device and see how if there is any noticable improvement. If no, then share more info about how your UI is styled, e.g., size of images, length of screens that require scrolling, background images and gradients… stuff like that.
jonathannewMemberHi support-octavio,
I would like to post screen captures of my app. Is it allowed in here? Below code is to show image? does not seems to be working.
support-octavioMemberHi jonathannew,
I moved your thread to the Getting help forum so you can post your screenshots as attachments.
jonathannewMemberHi support-octavio,
My app design is like a guidebook of which I use a combo box to open up 27 subjects. Each subject has only 1 page.
Please look at these 3 screen shot, which shows I used very simple design and just coloured boxes.
Attachments:
You must be logged in to view attached files.
support-octavioMemberHi jonathannew,
Can you share your project for us to try on a couple of our devices? If you want to keep data in privacy send it to support at genuitec dot com, use title mobione data from jonathannew
jonathannewMemberHi support-octavio,
I sent the files, please let me know if you do not receive it. Thanks.
jonathannewMemberHi support-octavio,
Do you have any update on the issue I faced? thks
support-octavioMemberHi jonathannew,
We are able to replicate an issue where the combo widgets’s spinner selection is either very slow or does not process touches. We have a bug opened for tracking the issue, I will follow up as soon as I have an status update.
jonathannewMemberThks. Do help to expedite the process. Appreciate it.
jonathannewMemberHi support-octavio,
Its been almost 1 month. Is there any update on this issue. As you can see from my project files which I sent, my app is waiting to be launch.
Thks
jonathannewMemberHi support-octavio,
Its been almost 2 months. Is there any update on this issue. As you can see from my project files which I sent, my app is waiting to be launch.
Thks
support-octavioMemberHi jonathannew,
I followed up with the dev team. This is a known issue that has not been resolved. It is in the development queue and we found on some android devices/os it works without flaw. Then on others it goofs up. I’m thinking this is due to a major change in android’s recent versions that is not faster but terribly slower in some cases. One of our developers investigated this issue but was inconclusive in his findings. We requeued it for one of our senior developers that has been out for an extended period. He is expected to return in a week. At that time we will revisit this issue.
-
AuthorPosts