I have a question regarding Xamarin forms in my shared library i have a Class called BluetoothPage.cs wich will compiled in Ios,Droid and WinPhone.
Now in Droid shared project i want to access the Listview from the BluetoothPage.cs wich is in my shared Library (Portable)
I can make it static but thats not the way we want to go since i want to also bind data specific for every device.
Thats why i want to access it from my .Droid shared project and also from my .IOS shared project.
Kind Regards