December 2013
Beginner
416 pages
12h 45m
English
When you created your Android project, the Eclipse project wizard generated a Java file called MainActivity.java. This file is located under the src directory, within a directory structure that maps to the package name you entered in the application wizard. This is the main executable file for your Android application, and it represents a single screen with a user interface. The On Your Bike application will have a separate activity for a map view, a list of various bicycle trips, and a timer and settings. Each of these will have its own user interface and will be its own activity.
All activities work together to provide a consistent user experience. Activities can also be invoked from other applications if the ...
Read now
Unlock full access