Requirements and Constraints - Android

From InterBase

Go Up to Android Application


  • InterBase supports the same Android versions as RADStudio 13 Florence and onwards, refer to the RAD Supported Target Platforms page for more information.
  • InterBase on Android will NOT support InterBase UDF and Filters to be in line with the feature set on all supported Mobile platforms (iOS and Android).
  • InterBase applications on Android can work in a pure "Client" mode connecting to remote InterBase servers on the network. For this, InterBase server versions need to be 2009 (9.x) or higher.
  • ibconfig limitations: Android devices are equipped with limited RAM as compared to other Desktop/Server machines, and thus drive some changes to keep InterBase footprint smaller. This is similar to our support on Apple iOS.
  • parameter DATABASE_CACHE_PAGES defaults to 75 pages
  • parameter SORTMEM_BUFFER_SIZE defaults to 128KB

Next Topic