How can I do this MVP model view presenter

Trying to implement this design pattern but need some help,
my view class extends Application and has a start method inside it how can I access this and launch the view through my main class ?
Was this page helpful?