Reputation: 9
I want implement a custom listview control with some additional features which is coded in android project (native code) ,
and render that custom control in my forms project .
is it possible to do so?
[ I have already read many articles does the reverse (control coded in forms and accessed in android project) ]
Upvotes: 1
Views: 72
Reputation: 89082
Yes. You can use a Custom Renderer to expose a native control (custom or otherwise) in Forms.
Upvotes: 2