java - Can we pass soundpool id from one activity to other? -
i new android. working on app, i'll need load many soundpools different activities. question can load soundpools in single activity , pass id different activites ever tis needed in bundles? (intenet).
or there other way it?
(goal reduce time takes load same soundpools in different activities)
thank in advance.
you override/implement application class, in application, can load soundpools , in other activities call getapplication
Comments
Post a Comment