I have a 56 drawable in my res folder.
I use them in 2 Fragments.
Is it a good memory approach to create a class that has a static array containing those drawables and call its get method whenever I want to use it?
Or Should I create a private array in each Fragment?