Android Fragments and animation
问题 How should you implement the sort of sliding that for example the Honeycomb Gmail client uses? Can TransactionManager handle this automatically by adding and removing the Fragments, it\'s kind of difficult to test this due to the emulator being a slideshow :) 回答1: To animate the transition between fragments, or to animate the process of showing or hiding a fragment you use the Fragment Manager to create a Fragment Transaction . Within each Fragment Transaction you can specify in and out