Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Kotlin Design Patterns

Posted By: IrGens
Kotlin Design Patterns

Kotlin Design Patterns
.MP4, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 2h 22m | 295 MB
Instructor: Yusuf Saber

Uncover essential design patterns with Kotlin

Learn

  • What design patterns are and how to implement them with Kotlin
  • Use three creational patterns—Builder, Singleton, and Factory—to make program designs more flexible
  • Use one structural pattern—Decorator—to add a layer of functionality to your program
  • Use two behavioral patterns: Chain of Responsibility and Observer
  • When and where to use design patterns in your code

About

Over the years, programmers have run into pretty much the same problems time and time again; not every problem is entirely unique. Therefore, over time programmers applied varying solutions to these problems, and this is how design patterns were born.

This course will walk you through some centrally significant design patterns so that you can easily resolve programming issues encountered in your day-to-day tasks. You'll learn these patterns in one of the most modern languages: Kotlin! We cover the three major areas in design patterns: creational patterns, structural patterns, and behavioral patterns. We also implement one structural pattern—Decorators—that plays an important role in adding functionalities to your programs. We take a look at different kinds of problem and implement the required patterns while avoiding common pitfalls. We also supply useful tips and tricks to use design patterns more effectively.

By the end of the course, you will be confident about using varying types of design patterns to solve common design problems.

Please note that a basic familiarity with Kotlin is desirable to get the most out of this course, along with some experience working with Android Studio.

The code files and related files are placed on GitHub at https://github.com/PacktPublishing/Kotlin-Design-Patterns

Features

  • Implement classical designs via creational, structural, and behavioral patterns and get insights into the advantages and possibilities they bring
  • Use a wide range of design patterns to polish your Android code and write cleaner code effortlessly
  • A practical course comprising small and straightforward examples in a friendly style to help you write high-quality programs and create customized applications


Kotlin Design Patterns