I am building a cross-platform application that requires dynamically generating and binding Spinner controls. I was able to do that on iOS and Windows platforms, but have issues with Android. If I understand it correctly, I have to pass some arguments to the constructor of I am building a cross-platform application that