I am new to android. I am working on an app, where i’ll need to load many soundpools for different activities.
My question is can we load all soundpools in a single activity and pass that id to different activites where ever tis needed in bundles? (Intenet).
Or is there any other way to do it?
(Goal is to reduce time it takes to load same soundpools in different activities)
Thank you in advance.
You could override/implement the Application class, in your application, Where you can load your soundpools and in your other activities call getApplication