Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1. <html>
  2. <header><title>Introduction to Mobile development using Xamarin</title></header>
  3. <body>
  4. Xamarin allows you to develop mobile apps using C# and Xaml. It allows you to develop on both Android and IOS.
  5. This week's session covered the basics of creating the first app. It was mostly theoretical and the goal was to encourage you to learn more about it using the links provided bellow.
  6.  
  7. Links:
  8. - Xamarin.Forms Tutorial: Houssem Dellai's playlist: https://www.youtube.com/watch?v=NP4Gea1j7Ig&list=PLpbcUe4chE7-5t2mlamz6yB0qzAfO5Yln
  9. - C# Basics (should be relatively easy for C++ programmers to understand):
  10.     Tutorialspoint: https://www.tutorialspoint.com/csharp/index.htm
  11.     Video tutorials (ABSOLUTE BEGGINNERS): https://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners
  12. - Xamarin Forums: (helps you get new updates/ plugins and tricks: very useful when getting to an advanced stage or when developping a sophisticated app):
  13.     https://forums.xamarin.com/
  14.  
  15. If you have any questions, please send them to stem@lpg.tn we'll be glad to answer. You can also post your questions on the facebook chat group or slack workspace.
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement