So hey guys, pretty new to Xamarin, developed a few basic Android apps. I wanted to develop a cross-platform app (Android, IOS, Windows) and wanted to put everything, the UI and logic in the shared assets. I was wondering about whether this way of doing is okay or is it simply better to have the UI in their specific platforms? This would be a pretty big app which has a lot of database calls and external API calls.
Thanks in advance!