دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Dusty Phillips
سری:
ISBN (شابک) : 9781491946671
ناشر: O'Reilly Media
سال نشر: 2014
تعداد صفحات: 140
[139]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 8 Mb
در صورت تبدیل فایل کتاب Creating Apps in Kivy: Mobile with Python به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب ایجاد برنامه ها در Kivy: تلفن همراه با پایتون نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
با Kivy، ابزار گرافیکی مبتنی بر پایتون برای ایجاد رابط های کاربری طبیعی با پشتیبانی چندلمسی زیبا، اپلیکیشن های موبایل را به طور موثر بسازید. با این راهنمای عملی، گام به گام نحوه ساخت و استقرار یک برنامه کامل Kivy برای دستگاههای iOS و Android را خواهید آموخت. اگر به تازگی کار با پایتون را شروع کرده اید، اما به طور منطقی با نحو آن آشنا هستید، آماده شروع کار هستید. هر فصل شامل تمرین هایی با استفاده از مثال هایی است که روی پایتون 3 و پایتون 2.7 اجرا می شوند. بیاموزید که چگونه Kivy توسعه تلفن همراه را با API بین پلتفرمی و زبان Kv اختصاصی دامنه خود ساده می کند و چرا این جعبه ابزار رایگان و منبع باز برای محصولات تجاری ایده آل است.
Build mobile apps efficiently with Kivy, the Python-powered graphical toolkit for creating natural user interfaces with elegant multitouch support. With this hands-on guide, you'll learn step-by-step how to build and deploy a complete Kivy app for iOS and Android devices. If you're just beginning to work with Python, but are reasonably familiar with its syntax, you're ready to go. Each chapter includes exercises, using examples that run on Python 3 and Python 2.7. Learn how Kivy simplifies mobile development with its cross-platform API and domain-specific Kv language, and why this free and open source toolkit is ideal for commercial products.
Copyright Table of Contents Preface Who Should Read This Book Technology Used in This Book Conventions Used in This Book Using Code Examples Safari® Books Online How to Contact Us Acknowledgments Chapter 1. Introducing Kivy Dependencies: The Hard Part Installing on Mac OS Installing on Windows Writing Code: The Easy Part Introducing the KV Language User Interface Design Widgets The KV Language Root Widget Creating a Custom Widget Adjusting Widget Size File It All Away Chapter 2. Events and Properties What Is an Event? Adding Logic to a Custom Widget Responding to Events Accessing Properties of KV Language Widgets Populating the Search Result List File It All Away Chapter 3. Manipulating Widgets A More Extensible Root Widget ListView Adapters Responding to ListView Item Events Swappable Widgets Switching Forms File It All Away Chapter 4. Iterative Development Improving the Add Location Form Caching Widgets Storing Actual Locations and Converting Arguments Retrieving Weather Data File It All Away Chapter 5. Kivy Graphics A Conditions Widget Dynamic Conditions Abstracting Common Widgets Basic Animation Using Icons Instead File It All Away Chapter 6. Kivy Storage Maintaining a List of Locations Storing the Location List The User Settings Dialog File It All Away Chapter 7. Gestures The Forecast Tab Recording Gestures Touch Events Recognizing Gestures Firing Events File It All Away Chapter 8. Advanced Widgets Carousel The ModalView Widget Completing the Refactor Adding an Action Bar File It All Away Chapter 9. Releasing to Android and iOS Getting Buildozer Deploying Your Application Deploying to iOS Android Bonus: Accessing the GPS Keeping It Running File It All Away Index About the Author