Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("MainPage")
Dim CoreVersion As Float = Me.As(JavaObject).RunMethod("getVersion", Null)
Log(CoreVersion)
End Sub
#if Java
public float getVersion() {
return anywheresoftware.b4a.keywords.Common.class.getAnnotation(anywheresoftware.b4a.BA.Version.class).value();
}
#End If