what is the best way to use pocketsphinx for many android activities? Setting up and loading all the assets for every activity takes about 3-5seconds. Is there another way than just putting everything in one big activity?
The application needs about 1-3 keywords per activity without internet connection.
Thanks for your help!
Last edit: Anonymous 2017-01-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
what is the best way to use pocketsphinx for many android activities? Setting up and loading all the assets for every activity takes about 3-5seconds. Is there another way than just putting everything in one big activity?
The application needs about 1-3 keywords per activity without internet connection.
Thanks for your help!
Last edit: Anonymous 2017-01-18
You can also write a service.