The Way to Programming
The Way to Programming
How to Build mobile app in Xamarin ?
Building an application for Android device is really not the same as building an application for a desktop.
I want to create an Xamarin app to upload data to a SQL database from an Android device
Local storage or to a database available somewhere from the cloud?
Local = http://developer.xamarin.com/guides/cross-platform/application_fundamentals/data/
Full database requires the use of services = `http://developer.xamarin.com/guides/cross-platform/Application_Fundamentals/Web_Services/
`
Sign in to your account