I have following code, which is supposed to create ViewLoop as main view and display menu on select button.
import Toybox.Application;
import Toybox.Lang;
import Toybox.WatchUi;
import Toybox.Graphics;
class testApp extends Application.AppBase...