cancel
Showing results for 
Search instead for 
Did you mean: 

OpenUI Custom Adapter Android

Former Member
0 Kudos

HI

     we have developed Custom MyCollectionDisplayAdapter by extending CollectionDisplayAdapter.Currently we have this class in com.sap.mobile.platform.client.openui.extensions package.is this right approach? if not, in which package we have to put the custom adapter for better connection with Agentry Application.

Thanks

Mani

Tags edited by: Michael Appleby

Accepted Solutions (1)

Accepted Solutions (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Mani,

Yes, that is the correct package for your Open UI code.  You will need to compile your Android client which will embed your code into the Agentry client application.

From within your Editor you will simply extend one of your fields to call your new Open UI code.

If everything is working it should then invoke your extended Open UI code when running within the compiled client.

--Bill

Former Member
0 Kudos

Thanks Bill...

Answers (0)