Brijesh Pandya
Brijesh Pandya

Reputation: 9

Is it possible to access custom control coded in ANDROID project through Xamarin Forms project?

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

Answers (1)

Jason
Jason

Reputation: 89082

Yes. You can use a Custom Renderer to expose a native control (custom or otherwise) in Forms.

Upvotes: 2

Related Questions