edvin
10/13/2016, 8:10 AMedvin
10/13/2016, 8:10 AMvoddan
10/13/2016, 8:11 AMmain
is not empty. It contains logic to the rest of the app (unrelated to GUI) which my coworker takes a part invoddan
10/13/2016, 8:12 AMedvin
10/13/2016, 8:12 AMvoddan
10/13/2016, 8:13 AMedvin
10/13/2016, 8:13 AMedvin
10/13/2016, 8:14 AMinit()
in the App class.edvin
10/13/2016, 8:15 AMedvin
10/13/2016, 8:15 AMvoddan
10/13/2016, 8:17 AMpublic class Main extends App {
public Main() {
super(JvmClassMappingKt.getKotlinClass(MainView.class) );
}
public static void main(String [] args)
{
Application.launch(Main.class);
}
}
edvin
10/13/2016, 8:17 AMvoddan
10/13/2016, 8:17 AMedvin
10/13/2016, 8:18 AMvoddan
10/13/2016, 8:18 AMedvin
10/13/2016, 8:18 AMvoddan
10/13/2016, 8:20 AMedvin
10/13/2016, 8:22 AMvoddan
10/13/2016, 8:56 AMvoddan
10/13/2016, 8:57 AMvoddan
10/13/2016, 9:02 AMFX.find
voddan
10/13/2016, 9:20 AMedvin
10/13/2016, 9:59 AMedvin
10/13/2016, 9:59 AMvoddan
10/13/2016, 10:03 AMedvin
10/13/2016, 10:08 AMvoddan
10/13/2016, 10:20 AMMemoryModel
-MainView
-Main
respectively