Välkommen tillbaka till Campusbokhandeln! Läs mer här!
Kotlin in Action | 0:e upplagan
- Danskt band, Engelska, 2017
- Författare: Dmitry Jemerov, Svetlana Isakova
- Betyg:
343
kr
Skickas inom 6 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
Kotlin is a new programming language targeting the Java platform. It
offers on expressiveness and safety without compromising simplicity,
seamless interoperability with existing Java code, and great tooling
support. Because Kotlin generates regular Java bytecode and works
together with existing Java libraries and frameworks, it can be used
almost everywhere where Java is used today - for server-side
development, Android apps, and much more.
Kotlin in Action takes experienced Java developers from the language
basics all the way through building applications to run on the JVM and
Android devices. Written by core developers of Kotlin, this examplerich
book begins by teaching the basic syntax of the Kotlin language.
Then readers learn how to use features that let them build reusable
abstractions, higher-level functions, libraries, and even entire domain
specific languages. Finally, the book focuses on details of applying
Kotlin in real-world projects, such as build system integration, Android
support and concurrent programming.
KEY FEATURES
• Hands on examples
• Tutorial for a new programming language
• Teaches how to build Android applications
• Written by core developers of Kotlin
AUDIENCE
This book is for experienced Java developers.
ABOUT THE TECHNOLOGY
Kotlin is a new programming language targeting the Java platform. It offers
expressiveness and safety without compromising simplicity, seamless
interoperability with existing Java code, and great tooling support.
offers on expressiveness and safety without compromising simplicity,
seamless interoperability with existing Java code, and great tooling
support. Because Kotlin generates regular Java bytecode and works
together with existing Java libraries and frameworks, it can be used
almost everywhere where Java is used today - for server-side
development, Android apps, and much more.
Kotlin in Action takes experienced Java developers from the language
basics all the way through building applications to run on the JVM and
Android devices. Written by core developers of Kotlin, this examplerich
book begins by teaching the basic syntax of the Kotlin language.
Then readers learn how to use features that let them build reusable
abstractions, higher-level functions, libraries, and even entire domain
specific languages. Finally, the book focuses on details of applying
Kotlin in real-world projects, such as build system integration, Android
support and concurrent programming.
KEY FEATURES
• Hands on examples
• Tutorial for a new programming language
• Teaches how to build Android applications
• Written by core developers of Kotlin
AUDIENCE
This book is for experienced Java developers.
ABOUT THE TECHNOLOGY
Kotlin is a new programming language targeting the Java platform. It offers
expressiveness and safety without compromising simplicity, seamless
interoperability with existing Java code, and great tooling support.
Produktinformation
Kategori:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
Förlag:
Pearson Education
Upplaga:
0
Utgiven:
2017-04-03
ISBN:
9781617293290
Sidantal:
360
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>