I\'m working on a fairly complex Android application that requires a somewhat large amount of data about the application (I\'d say a total of about 500KB -- is this large fo
You can actually override the orientation functionality to make sure that your activity isn't destroyed and recreated. Look here.