public static void main(String[] args) {
EventLogger.register(UID,
"com.blackberry.toolkit.sample.youtube.YoutubeClient",
EventLogger.VIEWER_STRING);
UiApplication app = new YoutubeClient();
app.enterEventDispatcher();
}
public YoutubeClient() {
pushScreen(new StartScreen());
}