Tutorial by Topics: d

This section provides an overview of what reflection is, and why a developer might want to use it. It should also mention any large subjects within reflection, and link out to the related topics. Since the Documentation for reflection is new, you may need to create initial versions of those rela...
Angular 2 allow to access the ngForm instance by creating a local template variable. Angular 2 exposes directive instances like ngForm by specifying exportAs property of the directive metadata. Now, the advantage here is without much coding you can access the ngForm instance and use it to access s...
This section provides an overview of what jaxb is, and why a developer might want to use it. It should also mention any large subjects within jaxb, and link out to the related topics. Since the Documentation for jaxb is new, you may need to create initial versions of those related topics.
Although there is no official Rust style guide, the following examples show the conventions adopted by most Rust projects. Following these conventions will align your project's style with that of the standard library, making it easier for people to see the logic in your code. The official Rust...
WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose. Checkout following links to get more information about WebRTC webrtc.org webrtc a...
Related topics: Grand Central Dispatch Concurrency
Grand Central Dispatch (GCD) is Apple's answer to multithreading. It is a lightweight framework for performing tasks synchronously or asynchronously in queues and handles CPU threads for you behind the scenes. Related Topic: Concurrency
As you build adaptive apps, keep in mind the limitations of size classes: they are generalizations, not specific guides for exact pixel sizes or devices. Never attempt to determine what device your app is running on, or whether it's in a split-screen mode, based on the size classes. Instead, make...
The SQLite library itself has only a C API; to make it accessible from Java, the Android framework wraps this with the android.database.sqlite package. The most important classes are SQLiteDatabase and SQLiteOpenHelper. The android.database package contains the database-related parts of the fram...

Page 90 of 221