Mobile applications These topics cover programming subjects about mobile applications Types of Genero Mobile apps Genero supports different types of mobile app architectures: development mode, standalone apps, partially-connected apps, and client-server apps. Mobile development mode Set up a development environment to display app forms on a mobile front-end. Language limitations Genero language features not supported on mobile devices. Environment variables You may need to set environment variables for your app. App localization Mobile apps can be designed to display localized texts based on the language selected on the device. App execution Mobile apps are started and stopped, and can switch between foreground and background states when running. App user interface This section includes topics about user interface programming for mobile. Database support on mobile devices On the device, a Genero app can use SQL for data management. Accessing device functions Mobile apps can access device functions by using front calls. Web Services on mobile devices Web Services can be used within mobile applications. Debugging a mobile app Different solutions are available to debug a mobile app. Deploying mobile apps This section describes how to build and deploy mobile apps with Genero. Push notifications This section describes how to implement push notification with Genero. Cordova plugins This section describes how to use Cordova plugins.