Learn BlackBerry 10 App Development : (Kayıt no. 15872)

000 -BAŞLIK
Sabit Uzunluktaki Kontrol Alanı 06860nam a22004093i 4500
001 - KONTROL NUMARASI
Control Dosyası EBC6422778
003 - KONTROL NUMARASI KİMLİĞİ
Kontrol Alanı MiAaPQ
005 - EN SON İŞLEM TARİHİ ve ZAMANI
Kontrol Alanı 20220623112336.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu||||||||
008 - SABİT UZUNLUKTAKİ VERİ ÖGELERİ - GENEL BİLGİ
Sabit Alan 220617s2014 xx o ||||0 eng d
020 ## - ISBN - ULUSLARARASI STANDART KİTAP NUMARASI
Isbn 9781430261582
-- (electronic bk.)
020 ## - ISBN - ULUSLARARASI STANDART KİTAP NUMARASI
Cancelled/invalid ISBN 9781430261575
035 ## - SİSTEM KONTROL NUMARASI
Sistem Kontrol Numarası (MiAaPQ)EBC6422778
035 ## - SİSTEM KONTROL NUMARASI
Sistem Kontrol Numarası (Au-PeEL)EBL6422778
035 ## - SİSTEM KONTROL NUMARASI
Sistem Kontrol Numarası (OCoLC)1105773517
040 ## - KATALOGLAMA KAYNAĞI
Özgün Kataloglama Kurumu MiAaPQ
Kataloglama Dili eng
Açıklama Kuralları rda
-- pn
Çeviri Kurumu MiAaPQ
Değiştiren Kurum MiAaPQ
050 #4 - SINIFLAMA ve YER NUMARASI
Sınıflama Numarası QA76.59
082 0# - DEWEY ONU SINIFLAMA SİSTEMİ
Sınıflama Numarası 005.25
100 1# - KİŞİ ADI
Yazar Adı (Kişi adı) Ludin, Anwar.
245 10 - ESER ADI BİLDİRİMİ
Başlık Learn BlackBerry 10 App Development :
Alt Eseradı vb. A Cascades-Driven Approach.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Berkeley, CA :
Name of producer, publisher, distributor, manufacturer Apress L. P.,
Date of production, publication, distribution, manufacture, or copyright notice 2014.
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Date of production, publication, distribution, manufacture, or copyright notice �2014.
300 ## - FİZİKSEL TANIMLAMA
Sayfa, Cilt vb. 1 online resource (343 pages)
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
505 0# - İÇİNDEKİLER NOTU
İçindekiler Notu Intro -- Contents at a Glance -- Contents -- About the Author -- About the Technical Reviewers -- Acknowledgments -- Introduction -- Chapter 1: Getting Started -- Cascades Programming Model -- QML -- Signals and Slots -- Signals and Slots in QML -- Signals and Slots in C++ -- Meta-Object System -- Cascades Application Bootstrap Process -- Parent-Child Ownership -- Native SDK Setup -- Momentics IDE -- Workspace -- Perspectives -- Build Configurations -- Targets -- Simulator -- Device -- Launch Configurations -- API Levels -- QNX System Information Perspective -- Summary -- Chapter 2: QML and JavaScript -- Syntax Basics -- QML Documents -- Import Statements -- Object Declarations -- QML Basic Types -- Creating a Custom Control -- Attributes -- The id Attribute -- Property Attributes -- JavaScript -- JavaScript Host Environment -- Signal Attributes -- XMLHttpRequest Example -- SCalc, the Small Calculator -- Project Structure -- Summary -- Chapter 3: C++, Qt, and Cascades -- C++ OOP 101 -- C++ Class -- C++ Inheritance -- Polymorphism -- Using References -- Using Pointers -- Qt Object Model -- Meta-Object Compiler (MOC) -- QObject -- QObject::connect( ) -- QObject::setProperty( ) -- QObject::deleteLater( ) -- QObject::objectName() -- QObject Memory Management -- QObject Identity -- QVariant -- Qt Container Classes -- Smart Pointers -- Exposing C++ Objects to QML -- QDeclarativePropertyMap -- Exposing QObjects -- Using the Document Context -- Using the attachedObjects Property -- Using Bindings -- Model-View-Controller -- Application Delegate -- QThread -- Summary -- Chapter 4: Controls -- Control -- Containers and Layouts -- StackLayout -- AbsoluteLayout -- DockLayout -- Text Controls -- Text Styles -- Inline HTML and CSS -- Label -- TextField -- Validator -- TextArea -- Button -- Slider -- ImageView -- Selection Controls -- Option -- DropDown.
505 8# - İÇİNDEKİLER NOTU
İçindekiler Notu RadioGroup -- SegmentedControl -- Pickers -- FilePicker -- DateTimePicker -- CheckBox and ToggleButton -- CheckBox -- ToggleButton -- ScrollView -- System Dialogs, Prompts, and Toasts -- SystemDialog -- SystemPrompt -- SystemToast -- Summary -- Chapter 5: Application Structure -- Application Templates -- Tabbed Pane Template -- Navigation Pane Template -- List View Template -- Defining the Application Structure -- Action Bar -- Single Page Applications -- Actions -- ActionItem -- Page Actions -- Context Actions -- MenuDefinition -- Segmented Control -- Title Bar -- Sheet -- Attached Objects -- Dynamic QML Components -- ComponentDefinition -- ControlDelegate -- Delegate -- Multiple Page Applications -- Navigation-Based Application -- Tab-Based Application -- Summary -- Chapter 6: ListView and DataModel -- List Views -- ListItemComponent Definition -- Header Definition -- StandardListItem Definition -- CustomListItem Definition -- Detecting Selection -- Single Tap -- Referencing an Item in an Action -- Navigating a Master-Details View -- Context Actions -- Accessing the Application Delegate -- Multiple Selection Mode -- Layout -- Creating Visuals in C++ -- Data Models -- Index Paths -- Standard Data Models -- ArrayDataModel -- GroupDataModel -- Mapping Item Types -- Defining a JavaScript Mapping Function -- Implementing ListItemTypeMapper -- Implementing a Custom Data Model -- Asynchronous Data Models -- Persistence -- Updating Data Items with Cascades Controls -- Summary -- Chapter 7: HTTP Networking -- Qt Networking Classes -- QNetworkAccessManager -- QNetworkRequest -- QNetworkReply -- HTTP Networking Examples -- HTTP GET -- HTTP POST -- Handling an HTTP Redirect -- Handling Authentication -- Weather2 -- Application Design -- Creating the UI -- Adding the C++ Implementation -- WeatherClient -- Constructor -- REST Service Request.
505 8# - İÇİNDEKİLER NOTU
İçindekiler Notu Working with the Returned JSON -- CityInfo -- GoogleMapClient -- ApplicationUI -- Summary -- Chapter 8: Personal Information Management APIs -- Personal Information Management -- PIM APIs -- Service Types -- Service Providers -- Accounts -- AccountService Class -- Creating a New Account -- Searching for Accounts -- Contacts API -- ContactService -- Creating a New Contact -- Updating a Contact -- Searching for Contacts -- Paging -- Asynchronous Search -- Using a ContactsPicker -- Calendar API -- CalendarService -- CalendarFolder -- CalendarEvent -- Attendee -- Creating a New Event -- Searching for Calendar Events -- Message API -- MessageService -- Sending Messages -- Searching for Messages -- Message API Summary -- MessageBuilder -- MessageContact -- ConversationBuilder -- Summary -- Chapter 9: Sensors -- Sensor Types -- Sensors in C++ -- Determining Sensors Types -- Using Sensors in C++ -- HybridSensor -- The Application Delegate -- Filters -- Sensors in QML -- Sensors Coordinate System -- Accelerometer and Gyroscope -- Accelerometer -- Gyroscope -- Combining Readings -- Summary -- Chapter 10: Invocation Framework -- Invoking Core Applications -- InvokeManager -- InvokeRequest -- Target IDs, Actions, URIs, and MIME Types -- Creating a Calendar Event -- Taking a Picture -- Data Transfer -- File Transfer -- Target Discovery -- Unbound Invocations -- Invocable Applications -- Declaring an Invocation Target -- Handling Invocations -- Cards -- Pooling Cards -- Sandbox Data Synchronization -- Summary -- Chapter 11: Device File system -- File system structure -- Index.
590 ## - LOCAL NOTE (RLIN)
Local note Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2022. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Ludin, Anwar
Title Learn BlackBerry 10 App Development
Place, publisher, and date of publication Berkeley, CA : Apress L. P.,c2014
International Standard Book Number 9781430261575
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)
Corporate name or jurisdiction name as entry element ProQuest (Firm)
856 40 - ELEKTRONİK YER ve ERİŞİM
Kaynak Tanımlayıcı (URL) <a href="https://ebookcentral.proquest.com/lib/ostimteknik/detail.action?docID=6422778">https://ebookcentral.proquest.com/lib/ostimteknik/detail.action?docID=6422778</a>
Public note Click to View
588 ## - SOURCE OF DESCRIPTION NOTE
Ekli Tam Metin Description based on publisher supplied metadata and other sources.

Kullanılabilir materyal yok.

Ziyaretçi Sayısı

Destekleyen Koha