I want to know that , is I'm using `object` in rig...
# announcements
k
I want to know that , is I'm using
object
in right way ,I'm creating
object
from
MainActivity
and then there are lot of
Fragments
which access
song
from
MusicStore
object ,I'm using this because I want to load
songs
list
only once and then reuse it,so is I'm using it right and what is lifetime of
object
?