- Xamarin 4 By Example
- Matteo Bortolu Engin Polat
- 122字
- 2021-07-14 10:19:43
Summary
In this chapter, we've started our journey towards learning what mobile cross-platform means, and how to start using Xamarin Studio and its features in order to write our apps with C#.
We prepared all the basics and tools we need to make our first app.
We overviewed the Software Development Lifecycle for mobile applications.
Now we are ready to start developing with Xamarin Studio.
In cross-platform projects, sharing code between projects is important and there are ways to achieve this goal. We'll examine the aspects and methodologies of sharing code by shared projects in next chapter.
Separation between the UI and code behind it is also important. We'll address the MVVM design pattern and learn it by writing an example library.
推薦閱讀
- ASP.NET動(dòng)態(tài)網(wǎng)頁設(shè)計(jì)教程(第三版)
- 微信公眾平臺(tái)開發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實(shí)踐
- 基于Swift語言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- QGIS By Example
- INSTANT Passbook App Development for iOS How-to
- HTML+CSS+JavaScript網(wǎng)頁設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Python從入門到精通(第3版)
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程(第二版)
- Visual FoxPro程序設(shè)計(jì)習(xí)題及實(shí)驗(yàn)指導(dǎo)
- 數(shù)據(jù)結(jié)構(gòu)與算法詳解
- 深入理解Zabbix監(jiān)控系統(tǒng)
- Python深度學(xué)習(xí)入門:從零構(gòu)建CNN和RNN
- Java算法從菜鳥到達(dá)人