دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: René Cacheaux & Josh Berlin
سری:
ناشر: raywenderlich.com
سال نشر: 2022
تعداد صفحات: 334
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 19 مگابایت
در صورت تبدیل فایل کتاب Advanced iOS App Architecture به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب معماری اپلیکیشن iOS پیشرفته نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Book License What You Need Book Source Code & Forums About the Authors About the Editor Chapter 1: Welcome What lies ahead Who this book is for Where to go from here? Chapter 2: Which Architecture Is Right for Me? Identifying problems to solve Boosting team velocity and strengthening code quality Examining the problems Increasing code agility Surveying architecture patterns Selecting a pattern Putting patterns into practice Key points Chapter 3: Example App: Koober Koober Why Koober? Getting started with the source Key points Chapter 4: Objects & Their Dependencies Establishing the goals Learning the lingo Creating dependencies The fundamental considerations Why is this architecture? Dependency patterns Dependency Injection On-demand approach Factories approach Single-container approach Designing container hierarchies Applying DI theory to iOS apps Applying the on-demand approach Applying the factories approach Applying the single-container approach Applying the container hierarchy approach Key points Where to go from here? Chapter 5: Architecture: MVVM What is it? Container views Communicating amongst view models Navigating Applying theory to iOS apps Composing views Navigating Managing state Pros and cons of MVVM Key points Where to go from here? Chapter 6: Architecture: Redux What is Redux? Applying theory to iOS apps Pros and cons of Redux Key points Where to go from here? Chapter 7: Architecture: Elements, Part 1 Introducing Elements Underlying concepts of Elements User interface Interaction responder Key points Chapter 8: Architecture: Elements, Part 2 Observer Use case Pros and cons of Elements Key points Conclusion