I\'m trying to create define a custom Application class as follows:
Make sure your custom class is public, has a public zero-argument constructor, and that the constructor chains to the superclass' constructor.
public