I have one android activity with a lot of calculations and everything is ok, but in the final version of my project I need to load a lot of bitmaps and sounds in the same activity and it gets a lot slower than it should be.. Sometimes the activity chrashes itself.
So, is there any advice how should I load all the assets? Should I declare them in separate class, or what?