Hi @DivanWellalage,building a separate extension control is one option, but you could also search for an existing NativeScript plugin which offers your required functionality.The nativescript plugin https://market.nativescript.org/plugins/nativescrip...
Hi @RaulM,my working example uses mipmap icons which is also recommended to my knowledge (check following page for details: https://developer.android.com/studio/write/create-app-icons)Here the example splash_screen.xml from the drawable-nodpi folder:...
Hi @RaulM, the drawable-nodpi folder needs to be placed in the App_Resources/Android/src/main/res/ directory of your MDK Client. So the correct file location for the splash_screen.xml file would be App_Resources/Android/src/main/res/drawable-nodpi/sp...
Hi @vhsbc92,is it possible for you to test sending the query from the offline store initialization (without pagination) directly to the backend? This can be helpful to determine if the timeout is coming from the backend system. In general, the offlin...
Hi @yohann_weberfr,The SAP BTP SDK for Android provides specific classes for submitting batch requests to the backend. Check out following guide: https://help.sap.com/doc/f53c64b93e5140918d676b927a3cd65b/Cloud/en-US/docs-en/guides/features/backend-co...