-
Notifications
You must be signed in to change notification settings - Fork 48
it opens slow #71
Comments
It takes some time to get all launchable activities from Android and this is done every time our activity is created. Are you using any of those RAM management app? If you are, I suggest disabling it. Do you remove Hayai from the recents/overview screen? Doing so removes the activity from Android cache forcing it to be recreated on the next time you open it, which is slow. Android will also remove our activity from cache if you need RAM. Are you using a low RAM device? In the future we can either try to cache the launchable activities in a database to avoid asking Android for them or we can keep a background service open all the times with all the information we need of the launchable activities. |
Try v1.3.0, hopefully the activity will get killed less often. |
Hi it seems a bit better |
You should not load apps every time the activity is created. Load only first time when the app is launched, then on install/uninstall update the saved data. |
@KashifAnwaar |
@seizonsenryaku BTW that is not your fault, all launchers behave like that only. it's not an issue for launcher's you can close it. @irregularisnotrandom Quickdroid - an open source software will suit your needs |
Hi
I am using this as search agent instead of home replacement. Everytime i need to open it, it takes like 2 seconds before i see the who app.
I am on lollipop.
The text was updated successfully, but these errors were encountered: