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 which 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.