- Xamarin Blueprints
- Michael Williams
- 144字
- 2021-07-08 11:48:21
Summary
In this chapter, we built a gallery application on both iOS and Android using native development with Xamarin. We learnt how to setup projects in Xamarin Studio and code using the native frameworks in C#. In the next chapter, we will build a text to speech service using Xamarin.Forms
.
Try improving on this code and make this function asynchronous; the more background processing we have at this stage, the better. These are the small improvements we should take time with, as combining all these small additions can create a real difference to the speed of your application.
As this is only a demo, we are only going to take the first 100 items. If you would like another challenge, remove Take(100)
, and see if you can adjust the code to load thousands of images more efficiently.
- Practical Data Analysis Cookbook
- Delphi程序設計基礎:教程、實驗、習題
- 軟件界面交互設計基礎
- C# 2012程序設計實踐教程 (清華電腦學堂)
- Hands-On C++ Game Animation Programming
- TypeScript實戰指南
- Java程序設計:原理與范例
- Hadoop 2.X HDFS源碼剖析
- Java Web應用開發給力起飛
- Laravel Design Patterns and Best Practices
- Getting Started with the Lazarus IDE
- 像程序員一樣使用MySQL
- Python數據分析與挖掘實戰(第2版)
- Selenium自動化測試實戰:基于Python
- TensorFlow+Keras深度學習算法原理與編程實戰