How to start a new activity when screen orientation changes? Android
问题 I am writing an application which in portrait view has a gallery at the top and when you click a picture it will inflate and fill the entire screen. This works however in landscape mode the gallery covers up most of the picture and it in general looks crappy. I made a GridView for landscape mode. The problem I am having now is to change it from the gallery activity to the Gridview activity when the orientation changes. Any ideas? 回答1: Add this to your Activity: @Override public void