|
|
|
|
|
by tacos
3706 days ago
|
|
I too hate cross-platform schlockware but it sounds like you are not familiar with the technology. "controls are mapped to platform-specific native user interface elements; for example, a Xamarin.Forms Entry becomes a UITextView on iOS, an EditText on Android, and a TextBox on Windows." https://www.xamarin.com/forms |
|
How does it abstract away the more fundamental differences between platforms Activities/Fragments vs. UIViewControllers?