I’m currently building a Java app that could end up being run on many different platforms, but primarily variants of Solaris, Linux and Windows. Has anyone been able to...
  • May 23, 2022
  • 0 Comments
Does anyone know how can I check the system version (e.g. 1.0, 2.2, etc.) programatically? 14 s 14 Example how to use it: if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.GINGERBREAD) { //...
  • May 1, 2022
  • 0 Comments