3
KOTLIN KOTLIN www.sevenmentor.com

KOTLIN - Sevenmentor Pvt. Ltd · 2019-08-19 · Kotlin - Overview Features Environment Setup Editing Compiling and Running Execute for Android Kotlin Basics Basic Types De ning local

  • Upload
    others

  • View
    14

  • Download
    0

Embed Size (px)

Citation preview

Page 1: KOTLIN - Sevenmentor Pvt. Ltd · 2019-08-19 · Kotlin - Overview Features Environment Setup Editing Compiling and Running Execute for Android Kotlin Basics Basic Types De ning local

KOTLINKOTLIN

www.sevenmentor.com

Page 2: KOTLIN - Sevenmentor Pvt. Ltd · 2019-08-19 · Kotlin - Overview Features Environment Setup Editing Compiling and Running Execute for Android Kotlin Basics Basic Types De ning local

www.sevenmentor.com

Kotlin - Overview

FeaturesEnvironment SetupEditingCompilingand RunningExecute for Android Kotlin Basics

Basic TypesDening local variablesCommentsFunctionsPackages and ImportsIf ExpressionWhen ExpressionFor LoopsWhile LoopsBreak and continue Loop OOP’s in Kotlin

Object Oriented ProgrammingAssociationCompositionAggregation InheritanceLists Sets and MapsInterfaces and ImplementationDesign by ContractClasses and ObjectsConstructorsstatic methodspublic private internal protected classmethods ObjectsDelegation

Page 3: KOTLIN - Sevenmentor Pvt. Ltd · 2019-08-19 · Kotlin - Overview Features Environment Setup Editing Compiling and Running Execute for Android Kotlin Basics Basic Types De ning local

www.sevenmentor.com

Functional Programming in Kotlin

Functions as objectsCreating and returning functionsNested functionsDynamic functionsAnonymous(lambda) functionsUnit returning functionsInline FunctionsExtension FunctionsCouroutinesDictionary and Set ComprehensionsCollection interconversion patterns Kotlin JavaScript Interaction

Calling JavaScript from KotlinCalling Java from KotlinCalling Kotlin from JavaTools in Kotlin Other

Destructuring DeclarationsCollectionsRangesType Checks and CastsThis expressionsEqualityOperator overloadingNull SafetyExceptionsAnnotationsReectionType-Safe BuildersDynamic Type