cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate BTP Android SDK wizard project for two different destinations

0 Kudos

We are developing a project where we needs to consume metadata from two different service(Two different backend system). Is it possible to configure the project and generate proxy classes from two different metadata from different backend system using BTP Android SDK or is there any other standard way of achieving this? Thanks

Accepted Solutions (1)

Accepted Solutions (1)

xuefengluo
Advisor
Advisor
0 Kudos

Hi nivaskarthi, yes, the project generated by BTP Android SDK Wizard can support multiple backend systems, but its UI generated by Wizard consumes only one destination now, if you want to implement an app which consumes multiple backend, you have to develop the other UI parts by yourself.

To consume multiple backend systems, you need define an application on Mobile Services with multiple backend, and then reference it to generate a project by our Wizard, Wizard will download all of metadata files for your all backend systems even if only one destination chosen to generate UI part, and then all of proxy classes for multiple backend systems will be generated during building bundle or APK process by Android Studio.

0 Kudos

Thanks for the response... This helps.

Answers (0)