How to mitigate scanner initialization time?

// Expert user has replied.
A Alex Esquijarosa 3 years ago
1 1 0

Hi,
I'm using the EMDK for Android, version 3.1, and have some issues trying to mitigate the scanner initializartion time. I have tried to put the EMDKManager.getEMDKManager(...) method on a different thread with an AsyncTask with no results. Also tryed to do the same in the initialization done in onOpened(EMDKManager) without success. The Android Monitor is still saying "Choreographer: Skipped ## frames!  The application may be doing too much work on its main thread."
 
Any advise on how to avoid the Choreographer message and have the apllication to behave smoothly?
 
Thank you in advance.
 
Kind regards,
 
Alex.

Please register or login to post a reply

1 Replies

P Pietro Francesco Maggi

Hi Alex,
I think that an approach you can evaluate is to use the Async version of the profile API to get an instance of the Profile Manager and to process the Profile.
Take a look at this discussion:

Ciao
~Pietro

CONTACT
Can’t find what you’re looking for?