ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Xamarin Essentials: Learn how to efficiently develop Android and iOS apps for deployment using the Xamarin platform

دانلود کتاب Xamarin Essentials: بیاموزید که چگونه برنامه های Android و iOS را برای استقرار با استفاده از پلتفرم Xamarin بطور موثر توسعه دهید

Xamarin Essentials: Learn how to efficiently develop Android and iOS apps for deployment using the Xamarin platform

مشخصات کتاب

Xamarin Essentials: Learn how to efficiently develop Android and iOS apps for deployment using the Xamarin platform

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781783550838 
ناشر: Packt Publishing 
سال نشر: 2014 
تعداد صفحات: 234 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 3 مگابایت 

قیمت کتاب (تومان) : 38,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 16


در صورت تبدیل فایل کتاب Xamarin Essentials: Learn how to efficiently develop Android and iOS apps for deployment using the Xamarin platform به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Xamarin Essentials: بیاموزید که چگونه برنامه های Android و iOS را برای استقرار با استفاده از پلتفرم Xamarin بطور موثر توسعه دهید نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Xamarin Essentials: بیاموزید که چگونه برنامه های Android و iOS را برای استقرار با استفاده از پلتفرم Xamarin بطور موثر توسعه دهید

Xamarin مجموعه‌ای از محصولات مبتنی بر Mono است که به توسعه‌دهندگان اجازه می‌دهد برنامه‌های iOS و Android را با استفاده از C# و .NET ایجاد کنند. این راهنمای یادگیری اولین درگاه تماس شما برای یادگیری سریع Xamarin است. با درک معماری پشت Xamarin.iOS و Xamarin.Android از مبانی شروع کنید، از طریق ایجاد اولین برنامه های Xamarin.iOS و Xamarin.Android خود هدایت خواهید شد. علاوه بر این، یاد خواهید گرفت که چگونه از فریم ورک هایی مانند MvvmCross و Xamarin.Forms برای افزایش میزان استفاده مجدد از کد استفاده کنید. برای پایان دادن به سفر خود، به شما نشان داده می شود که چگونه برنامه های Xamarin خود را برای توزیع توسعه دهید. Xamarin Essentials راهنمای استفاده برای به دست آوردن سریع دانش عملی در زمینه توسعه برنامه‌های تلفن همراه تجاری قوی با استفاده از سی شارپ و اشتراک‌گذاری بخش‌های زیادی از پایه کد شما در برنامه‌های iOS و Android است.


توضیحاتی درمورد کتاب به خارجی

Xamarin is a Mono-based suite of products that allows developers to create iOS and Android apps using C# and .NET. This learning guide is your first port of call to quickly learn Xamarin. Starting with the foundations by understanding the architecture behind Xamarin.iOS and Xamarin.Android, you will be guided through creating your first Xamarin.iOS and Xamarin.Android applications. In addition, you will learn how to utilize frameworks such as MvvmCross and Xamarin.Forms to increase the amount of code reuse. To conclude your journey, you will be shown how to develop your own Xamarin apps for distribution. Xamarin Essentials is the guide to use in order to quickly gain practical working knowledge of developing robust commercial mobile apps using C# and sharing large portions of your code base across iOS and Android apps.



فهرست مطالب

Cover
Copyright
Credits
About the Author
About the Reviewers
www.PacktPub.com
Table of Contents
Preface
Chapter 1: Xamarin and Mono --
A Pathway to the Unnatural
Understanding Mono
The Xamarin product suite
Evaluating whether Xamarin is the right tool
Learning C#
Installing Xamarin
Installing Xamarin on OS X
Installing Xamarin on Windows
Development environments
Using the Xamarin Studio environment
Using Xamarin Studio to develop Android apps
Using Xamarin Studio to develop iOS apps
Using the Visual Studio environment
Using Visual Studio to develop Android apps Using Visual Studio to develop iOS appsComparing IDEs
Version control
Summary
Chapter 2: Demystifying Xamarin.iOS
Xamarin.iOS and Ahead-of-Time compilation
Understanding Mono assemblies
Xamarin.iOS bindings
The design principles
C# types and type safety
Use of inheritance
Mapping Objective-C delegates
Via .NET events
Via .NET properties
Via strongly typed delegates
Via weakly typed delegates
Creating binding libraries
Memory management
Disposing of objects
Keeping objects around
Limitations of using the AOT compilation
Runtime features disabled Generating code for XIB and storyboard filesGenerated classes
Designer files
Non-designer files
Outlets properties
Action properties
Xamarin.iOS Designer
Summary
Chapter 3: Demystifying Xamarin. Android
Mono CLR and Dalvik VM --
working side by side
Introducing the Java Native Interface
Peer objects
Xamarin. Android application packaging
Understanding Mono assemblies
Xamarin. Android bindings
The design principles
Properties
Events versus listeners
Special help with collections
Interfaces
Mapping nested classes
Mapping the Runnable interface
Enumerations
Resources Attributes for the ApplicationManifest.xml fileEditor for the ApplicationManifest.xml file
Garbage collection
JNI global and weak references
Mono collections
Automatic collections
Helping the GC
Xamarin. Android Designer
Summary
Chapter 4: Developing Your First iOS App with Xamarin.iOS
The sample national parks app
Creating the sample app
The Project Options view
Running and debugging within Xamarin Studio
Extending the sample app
Storing and loading national parks
Adding Json.NET
Creating an entity class
Adding a JSON-formatted file
Loading objects from a JSON-formatted file Saving objects to a JSON-formatted fileRunning the app
Enhancing the UI
Touring the Xamarin.iOS Designer
Adding EditViewController and segues
Implementing the DoneClicked event handler
Implementing the DeleteClicked action
Passing data
Running the app
Finishing the sample app
Finishing DetailViewController
Finishing EditViewController
Running the app
MonoTouch. Dialog
Summary
Chapter 5: Developing Your First Android App with Xamarin. Android
The sample app
Creating NationalParks. Droid
Reviewing the app
Resources
The Resource.designer.cs file
The MainActivity.cs file




نظرات کاربران