Xamarin Forms: Build Native Cross-platform Apps with C#

Xamarin Forms: Build Native Cross-platform Apps with C#
189.99 USD
Buy Now

With over 13,000 happy students and 2,600+ positive reviews, this course is Udemy’s most popular course for learning Xamarin Forms! Do you have an idea for an app and want to turn that into reality?Well, if you want to build that app for iOS, you need to know Objective-C, which is an old, C-based language. The alternative is to learn Swift. If you want to build the same app for Android, you need to learn Java. And if you want to build this app for Windows, of course you need to know C#.Sounds like a lot of headache. It’s not just about learning different programming languages. It’s about the fact that each platform has its own UIframework which is built with a different architecture and API. Building apps shouldn’t be that painful. Is there a better way?Yes there is: Xamarin Forms. Xamarin Forms is a UIframework for building native cross-platform mobile apps with C#. You code your app only once, and let Xamarin compilerbuild your appfor each platform. As simple as that! You don’t need to learn 4 different languages andpresentation frameworks! In this course, Mosh, author of 9 five-star courses on Udemy, willtake you on apragmatic and step-by-step journeyand teach you how tobuild native mobile apps for Android, iOS and Windowsusing Xamarin Forms and C#.In particular, you’ll: Learn and understand the fundamentals of Xamarin Forms and its architectureBuild user-interfaces with XAML and codeWork with imagesPresent data in beautiful, interactive listsImplement multi-page apps with navigation, tabs, master/detail pagesBuild form and setting pagesStore and retrieve data from a variety of sources (file system, SQLite database and RESTful services)Implement Model-View-ViewModel (MVVM) architectural patternIf you’ve taken any of Mosh’s courses before, you know what you get: clear, concise training, withoutwafflingor mocking around. You get 7.5 hours of high-quality content and every single minute is crafted with outstanding delivery and world-class production. Mosh doesn’t create 10+ hour courses that need to be fast-forwarded or skipped. This course ispacked with real-world examples, exercises and best practices. Not only will you learn how to use Xamarin Forms, youll also learnfirst-class tips to make your code cleaner and more maintainable. Lectures also havedownloadable source codeso you cancode-alongwhile watching the videos. So, if you’re looking for a Xamarin Formscourse withA passionate coder and instructor who knows his craftPerfect structureBalanced mix of theory and practiceClear, concise and bite-sized videosLots of real-world examples and coding exercisesDownloadable source codeDiscussion of best practicesWorld-class audio / video productionDon’t look further. Enrol in the course now and learn to build native mobile apps for Android, iOSand Windows using your existing C#skills. PREREQUISITESAll you need to know in order to take this course is C#. At a minimum, you should becomfortable with classes, interfaces, events, delegates, lambda expressions and a bit of LINQ. If you need to strengthen yourfundamentals, you can watch Mosh’s related courses:C#Intermediate: Classes, Interfaces and Object-oriented ProgrammingC#Advanced: Take Your C#Skills to the Next LevelFREQUENTLYASKEDQUESTIONS1-Do I need a Mac to take the course?Not at all! You can use use Visual Studio on Windows to build and deploy apps to Windows and Android. You need a Mac only to build your app for iOS. And this involves simply adding a new project to your Visual Studio solution, setting it as the start up project and building it. Thats it! You dont need to write any extra code. So, no, you dont need a Mac to take this course or learn Xamarin Forms in general.2-Do I need to know about Xamarin. Android and Xamarin. iOS libraries?Again, no! Xamarin Forms provides a simple, unified API for you to build cross-platform mobile apps. When you build your app for Android or iOS, it will internally use Xamarin. Android or Xamarin. iOS to map the common user interface elements to their corresponding native equivalent. You need to know about Xamarin. Android or Xamarin. iOS only if you want to build custom user-interface elements. WHATOTHERSTUDENTSWHOHAVETAKENTHISCOURSESAY"Another fantastic course by Mosh! Really well presented and easy to follow along. Highly recommended for anyone wanting to get up an running with Xamarin. I have apps up on my Android device and the whole experience has been super. Thanks Very Much!" -Aindriu Mac Giolla Eoin"Mosh has that incredible teaching skill to start from a fundamental level and then take you on a journey to iterate and improve on to a best practice mode thereby allowing you to grasp the core concept faster. Very much recommended for anyone who has always wanted to build native Android and iOS applications leveraging your existing C# skills. Keep up the good work Mosh!" -Sachin Chitran"I read through the entire Xamarin Forms official book as well as some other books on the topic before taking this course. I wish I had taken this course from the beginning. The concepts are explained cl