sizes

  1. Daniel44

    Android Question [SOLVED]Some Issue and Question about Screen Size and many device Resolutions

    Hi everyone! My script to detect screen size Sub Activity_Create(FirstTime As Boolean) Activity.LoadLayout("Layout") Dim SCALE As Long Dim SIZE As Long Dim HEIGHT As Long Dim WIDTH As Long SCALE= GetDeviceLayoutValues.Scale SIZE =...
  2. Rob Bliss

    Android Question "Attempt to get length of null array" on Camera Picture Sizes

    I haven't managed to replicate the error myself, however a user of mine has experienced it. He's tried to load the camera, and then it crashed with: "java.lang.NullPointerException: Attempt to get length of null array" which was caused by the bottom line. Sub Camera1_Ready (Success As Boolean)...
Top