Verleger: 24
Kotlin bez tajemnic! Kurs video. Programuj aplikacje w Android Studio
Jagoda Zarzyka
Obierz kurs na... rozwój aplikacji mobilnych w Kotlinie Programiści JetBrains podczas pracy nad swoimi produktami poszukiwali prostych biznesowych rozwiązań. Próżno było szukać ideału, który będzie jednocześnie łatwy w utrzymaniu i interoperacyjny z Javą. Należało zatem go stworzyć! Tak powstał Kotlin - wieloplatformowy, statycznie typowany język działający na wirtualnej maszynie Javy (JVM). Jego siłą jest prosta, zwarta składnia zapewniona między innymi przez interferencje typów, data class i properties, które nie wymagają ustawiania nielubianych getterów i setterów. Kotlin jest kompilowany do kodu bajtowego Javy i ma dostęp do jej bibliotek i frameworków. Takie rozwiązanie daje Ci pełną swobodę - w projekcie możesz używać obu języków równocześnie lub bez trudu migrować swoje aplikacje z Javy do Kotlina! To nie koniec korzyści, twórcy języka zadbali także o jego większą odporność na awarie, wprowadzając eliminację błędów odwołania (null-pointer safety). Powstające pomyłki związane z wyjątkiem NullPointerException są wykrywane na poziomie kompilacji, a nie w czasie wykonywania programu. Ten język zbudował swoją markę na niezawodności i w ciągu kilku lat stał się zaufaną technologią, którą pokochały startupy i duże korporacje. Nie tylko na smartfony... Kotlin nadaje się do programowania aplikacji zarówno po stronie klienta, jak i serwera, dodatkowo zezwala na kompilacje do kodu natywnego i JavaScriptu, co umożliwia pisanie front-endu aplikacji webowych. Programiści na platformę Android znajdą zatrudnienie nie tylko przy tworzeniu aplikacji na smartfony, mogą się również zajmować programowaniem na telewizory, zegarki, samochody lub tworzyć SDK (aplikacje bez warstwy UI, pośredniczące pomiędzy back-endem i docelową aplikacją). Co Cię czeka podczas naszego profesjonalnego szkolenia online z Kotlin? Podczas pracy z tym kursem video poznasz takie zagadnienia jak: Obsługa IDE Android Studio Zasady SOLID Wzorce programowania stosowane w Androidzie Struktura systemu Android Tworzenie widoków ekranów i nawigacja między ekranami Reagowanie w aplikacji na akcje użytkownika Korzystanie z wbudowanej bazy danych Podstawy programowania z użyciem języka Kotlin Komunikacja między ekranami aplikacji (przekazywanie danych) Zmiana wyglądu aplikacji (style) Pisanie testów jednostkowych i testów UI Co więcej... Przygodę z programowaniem zaczniesz od zasad pisania czystego kodu i stworzysz szkielet aplikacji zgodnie z wzorcem MVVM (Model-View-ViewModel) Kurs pokazuje pracę programisty od strony praktycznej, co da Ci wgląd w świat IT od środka Ze względu na podobieństwa znajomość Javy ułatwia naukę. Ale! By przystąpić do kursu wideo z Kotlina, nie musisz umieć programować. Podczas szkolenia nauczysz się korzystać z narzędzi niezbędnych do pisania aplikacji na Androida i poznasz podstawy języka Kotlin. Stworzysz nową aplikację i dowiesz się, w jaki sposób samodzielnie kontynuować edukację. Na czym polega praca Android Developera? Kotlin jest oficjalnym językiem programowania na platformę Android preferowanym przez Google. To procentuje i przekłada się na aktywną społeczność skupioną wokół tego języka, bieżące aktualizacje Android Studio i solidną dokumentację. Praca programisty na platformę Android polega na aktywnym uczestnictwie w procesie tworzenia aplikacji: od analizy wymagań klienta, poprzez współpracę z grafikami, wycenę poszczególnych funkcjonalności, po faktyczne programowanie i publikowanie aplikacji w sklepie Google Play. Wbrew pozorom nie jest to tylko praca z komputerem i kodem, wymagana jest również sprawna komunikacja z całym zespołem pracującym nad danym projektem. Programiści muszą nieustannie się rozwijać i być na bieżąco z nowościami ze względu na dynamiczny rozwój całej branży IT. Zobacz także kursy wideo z Fluttera.
Ashish Belagali, Akshay Chordiya, Hardik Trivedi
Kotlin is a powerful language that has applications in a wide variety of fields. It is a concise, safe, interoperable, and tool-friendly language. The Android team has also announced first-class support for Kotlin, which is an added boost to the language. Kotlin’s growth is fueled through carefully designed business and technology benefits.The collection of projects demonstrates the versatility of the language and enables you to build standalone applications on your own. You’ll build comprehensive applications using the various features of Kotlin. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this book.You’ll learn how to build a social media aggregator app that will help you efficiently track various feeds, develop a geospatial webservice with Kotlin and Spring Boot, build responsive web applications with Kotlin, build a REST API for a news feed reader, and build a server-side chat application with Kotlin.It also covers the various libraries and frameworks used in the projects. Through the course of building applications, you’ll not only get to grips with the various features of Kotlin, but you’ll also discover how to design and prototype professional-grade applications.
Alexey Soshin
This book shows you how easy it can be to implement traditional design patterns in the modern multi-paradigm Kotlin programming language, and takes you through the new patterns and paradigms that have emerged.This second edition is updated to cover the changes introduced from Kotlin 1.2 up to 1.5 and focuses more on the idiomatic usage of coroutines, which have become a stable language feature. You'll begin by learning about the practical aspects of smarter coding in Kotlin, as well as understanding basic Kotlin syntax and the impact of design patterns on your code.The book also provides an in-depth explanation of the classical design patterns, such as Creational, Structural, and Behavioral families, before moving on to functional programming. You'll go through reactive and concurrent patterns, and finally, get to grips with coroutines and structured concurrency to write performant, extensible, and maintainable code.By the end of this Kotlin book, you'll have explored the latest trends in architecture and design patterns for microservices. You’ll also understand the tradeoffs when choosing between different architectures and make informed decisions.
Alexey Soshin
For developers who are working with design patterns in Kotlin, this practical guide offers an opportunity to put their knowledge into practice. The book covers classical and modern design patterns, and provides a hands-on approach to implementation, along with associated methodologies.The third edition stays current with Kotlin updates, spanning from version 1.6 onwards, and offers in-depth insights into topics like structured concurrency and context receivers. The book starts by introducing essential Kotlin syntax and the significance of design patterns, covering classic Creational, Structural, and Behavioral patterns. It then progresses to explore functional programming, Reactive, and Concurrent patterns, including detailed discussions on coroutines and structured concurrency. As you navigate through these advanced concepts, you'll enhance your Kotlin coding skills. The book also delves into the latest architectural trends, focusing on microservices design patterns and aiding your decision-making process when choosing between architectures.By the end of the book, you will have a solid grasp of these advanced concepts and be able to apply them in your own projects.
Raghavendra Rao K
Kotlin was developed with a view to solving programmers’ difficulties and operational challenges. This book guides you in making Kotlin and Java EE work in unison to build enterprise-grade applications. Together, they can be used to create services of any size with just a few lines of code and let you focus on the business logic.Kotlin for Enterprise Applications using Java EE begins with a brief tour of Kotlin and helps you understand what makes it a popular and reasonable choice of programming language for application development, followed by its incorporation in the Java EE platform. We will then learn how to build applications using the Java Persistence API (JPA) and Enterprise JavaBeans (EJB), as well as develop RESTful web services and MicroServices. As we work our way through the chapters, we’ll use various performance improvement and monitoring tools for your application and see how they optimize real-world applications. At each step along the way, we will see how easy it is to develop enterprise applications in Kotlin. By the end of this book, we will have learned design patterns and how to implement them using Kotlin.
José Dimas Luján Castillo, Ron Veen
This book is a hands-on programming guide for Java developers who want to gain practical, production-ready knowledge of Kotlin. Whether you’re maintaining Java systems or adopting Kotlin for Android, backend, or cross-platform projects, it will help you bridge the gap by building on your existing understanding of Java’s syntax and design principles.You’ll begin by learning why Kotlin was created and how it improves on Java – exploring types, expressions, control flow, and null handling while mapping each concept to familiar Java constructs. Each topic is introduced with clear purpose, showing how Kotlin’s concise syntax, safety features, and expressive APIs lead to cleaner, more maintainable code.As you progress, you’ll master object-oriented and functional programming, extension functions, smart casting, and interoperability with Java. The second half of the book dives into generics, data and sealed classes, coroutines for concurrency, and DSL design – demonstrating when and why to use these features to build scalable, elegant solutions.By the end, you’ll not only write idiomatic Kotlin but also understand the reasoning behind its design, enabling you to craft modern, reliable applications with confidence.
Kotlin Programming By Example. Build real-world Android and web applications the Kotlin way
Iyanu Adelekan
Kotlin greatly reduces the verbosity of source code. With Google having announced their support for Kotlin as a first-class language for writing Android apps, now's the time learn how to create apps from scratch with KotlinKotlin Programming By Example takes you through the building blocks of Kotlin, such as functions and classes. You’ll explore various features of Kotlin by building three applications of varying complexity. For a quick start to Android development, we look at building a classic game, Tetris, and elaborate on object-oriented programming in Kotlin. Our next application will be a messenger app, a level up in terms of complexity. Before moving onto the third app, we take a look at data persistent methods, helping us learn about the storage and retrieval of useful applications. Our final app is a place reviewer: a web application that will make use of the Google Maps API and Place Picker.By the end of this book, you will have gained experience of of creating and deploying Android applications using Kotlin.
Aanand Shekhar Roy , Rashi Karanpuria
The Android team has announced first-class support for Kotlin 1.1. This acts as an added boost to the language and more and more developers are now looking at Kotlin for their application development. This recipe-based book will be your guide to learning the Kotlin programming language. The recipes in this book build from simple language concepts to more complex applications of the language. After the fundamentals of the language, you will learn how to apply the object-oriented programming features of Kotlin 1.1. Programming with Lambdas will show you how to use the functional power of Kotlin. This book has recipes that will get you started with Android programming with Kotlin 1.1, providing quick solutions to common problems encountered during Android app development. You will also be taken through recipes that will teach you microservice and concurrent programming with Kotlin. Going forward, you will learn to test and secure your applications with Kotlin. Finally, this book supplies recipes that will help you migrate your Java code to Kotlin and will help ensure that it's interoperable with Java.