I am building an android application. It contains total ten activities. All activities are build for portrait mode. Requirement is that in landscape mode of all the activities, same coverflow effect should be displayed. We can do that through onConfigChange method, but the problem is that in implementing a coverflow effect everytime consumes a lot of memory and system gets crashed. Might be somewhere memory leak problem.
So, i am wondering that is there any simple technique, so that system does not get crashed and have smooth orientation?
Thank you.