Mobile applications These topics cover programming subjects about mobile applications Types of Genero Mobile appsGenero supports different types of mobile app architectures: development mode, standalone apps, partially-connected apps, and client-server apps.Mobile development modeSet up a development environment to display app forms on a mobile front-end.Language limitationsGenero language features not supported on mobile devices.Environment variablesYou may need to set environment variables for your app.App localizationMobile apps can be designed to display localized texts based on the language selected on the device.File managementSpecific APIs are available to manipulate file resources in mobile apps.App executionMobile apps are started and stopped, and can switch between foreground and background states when running.App user interfaceThis section includes topics about user interface programming for mobile.Database support on mobile devicesOn the device, a Genero app can use SQL for data management.Accessing device functionsMobile apps can access device functions by using front calls.Web Services on mobile devicesWeb Services can be used within mobile applications.Debugging a mobile appDifferent solutions are available to debug a mobile app.Deploying mobile appsThis section describes how to build and deploy mobile apps with Genero.Push notificationsThis section describes how to implement push notification with Genero.Cordova pluginsThis section describes how to use Cordova plugins.