First page Back Continue Last page Graphics
onCreate()
onCreate is the entry point for your Activity’s code
In this case, we only have one activity, so it’s our entry point for the entire app
It takes a “bundle� object as a parameter
This is just a piece of state that isn’t important to us right now