constants

  1. Dave O

    Android Code Snippet screen orientation - constant values

    Just finishing reading some threads about setting screen orientation, and noticed that some threads were just using numeric values, and others were using constants with the wrong numeric values (e.g. sensorPortrait is 7, not 9). So I looked up the Android dev docs and compiled this list of...
  2. D

    Android Question Constants before declaration

    Hi Guys Having an issue about constants used before declaration - l looking at the forum, I found a bug report from 2015 https://www.b4x.com/android/forum/threads/compile-bug-with-constants-referenced-before-declaration.54185/ describing a similar problem (mine is in a code module and I have...
Top