To develop a mobile application, use the FMP Android framework. FMP is an object oriented framework that makes work with a mobile platform server easier due to its architecture.
The framework is delivered with the readme.pdf file and the android-dokka documentation containing framework structure description:
Framework initialization classes.
Framework objects implemented using the interface and enumerations.
Auxiliary classes for working with objects.
IMPORTANT. To open framework internal documentation, use the Maven service, its documentation is contained in the <version number>.zip archive located in the ru/fsight/fmp/doc/android folder. To open framework external documentation, open the links given below.
To get started with the framework and study examples of methods use, see readme.pdf at:
https://help.fsight.ru/MobilePlatform/API/android-pdf/readme.pdf
To work with framework structure, see the android-dokka documentation at:
https://help.fsight.ru/MobilePlatform/API/android-dokka/

The side panel displays sections for navigation by framework elements, the main page area displays description of a specific element, its syntax, and examples of use.
To connect the FMP framework and prepare a cross-platform mobile application for development via the Flutter framework, see the Cross-Platform Development Based on the Flutter Framework section.
See also: