inline java code

  1. J

    Android Question Inline java code problem

    I found java code here for getting the height of ToolBar and StatusBar. I should note that I am not a Java expert. #If JAVA import android.view.Window; import anywheresoftware.b4a.BA; import anywheresoftware.b4a.BA.ActivityObject; public int StatusBarHeight(){ int result = 0...
  2. cjpryor

    B4J Question Alternatives for capturing pre-1970 dates?

    I want my application to be as cross-platform as possible with limited platform specific code. I used B4XDialog + B4XDateTemplate from XUI Views library to capture, display, store, and retrieve dates in my B4J application. It is working well. However, I have two issues with this current...
Top