I recently published an Android application that lets you apply a tan to your photos. Rather than creating an Activity for each of the four screens, I used a FragmentActivity …
FragmentActivity is a helpful class for creating an application with multiple screens in which the user can swipe between. Rather than creating one activity per screen and defining the transition …