cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK - Override MDK components classes

miqueias_maia
Participant
0 Kudos

Experts, PO and SAP mobile developers, greetings.

I'm working on a app development and our product team has made a prototype based on possibilities from SAP UI5 for desktop. So, on MDK, the purpose is implement the components simillar as possible.

So, we want to know if it's possible override SAP MDK component classes.

There's exist any way?

boghyon
Product and Topic Expert
Product and Topic Expert
0 Kudos

By "components", do you mean UI components aka. controls? Or what do you mean by "implement the components"?

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

In MDK you do not have the ability to extend the MDK controls in that fashion. However, the MDK controls are based on the SAP BTP SDK controls for iOS and Android and MDK provides support for included extension controls. You can create your own extension controls and either base them off the SDK controls or create them to more closely match your designs.