-
Introduction to Kotlin Programming Language Course
3:04
-
Download and Install JDK set up JAVA HOME and path test java
configuration
6:20
-
Android Kotlin Download and Install IntelliJ IDEA Final
4:44
-
Android Kotlin Create and Run your First Kotlin Project in
IntelliJ IDEA
4:50
-
Android Kotlin Keywords, Soft Keywords and Identifiers
6:56
-
Android Kotlin Variables has name and value
2:16
-
Android Kotlin Variables and Data Types
4:33
-
Android Kotlin Variables and Data Types Operations
6:24
-
Android Kotlin Mutable and Immutable Variables
5:03
-
Android Kotlin Numbers Data Types Byte
4:51
-
Android Kotlin Numbers Data Types Short
3:04
-
Android Kotlin Numbers Data Types Integer ans is Operator
3:50
-
Android Kotlin Numbers Data Types Long
3:43
-
Android Kotlin Numbers Data Types Floating Point Double
2:33
-
Android Kotlin Numbers Data Types Floating Point Float
2:11
-
Android Kotlin Data Types Boolean
1:55
-
Android Kotlin Data Types Char
2:39
-
Android Kotlin Data Types String and long String Multiline and
Trim
3:28
-
Android Kotlin Data Types String get length match compareTo
equals
3:57
-
Android Kotlin Data Types String charAt substring contains
3:31
-
Android Kotlin Data Types Converting or Casting
5:20
-
Android Kotlin Data Types Conversion or Casting from large type
to smaller type
3:48
-
Android Kotlin Operators Arithmetic Operators Concatenation
5:50
-
Android Kotlin Operators Arithmetic Operators Concatenation
Operator Overloading
4:00
-
Android Kotlin Operators Assignment Operators
4:10
-
Android Kotlin Operators Unary prefix and Increment and
Decrement Operators
5:11
-
Android Kotlin Operators Comparison and Equality Operators
3:35
-
Android Kotlin Operators Logical Operators
7:24
-
Android Kotlin Operators in Operator
4:03
-
Android Kotlin Operators Index access Operator
4:11
-
Android Kotlin Operators Bitwise Operatos
4:13
-
Android Kotlin Operators Not Null Assertion Operator
3:11
-
Android Kotlin Operators elvis operator
2:13
-
Android Kotlin Operators Range operator
2:22
-
Android Kotlin Input Take Input from User
4:08
-
Anroid Kotlin Math Class Approximation Methods truncate, round,
floor, ceil, import kotlin m
7:27
-
Anroid Kotlin Math Class Comparision Methods max, min
1:18
-
Anroid Kotlin Math Class Constant Mathematical Properties E, PI
1:43
-
Anroid Kotlin Math Class Algebra Methods abs, signum, sqrt, pow,
exp
6:33
-
Anroid Kotlin Math Class Algebra Methods Example to calc ellipse
area and Perimeter
6:16
-
Anroid Kotlin Math Class Logarithm Methods log, log10
2:10
-
Anroid Kotlin Math Triangular cos, cosh, acos, sin, sinh, asin,
tan, tanh, atan, atan2
7:33
-
Anroid Kotlin Conditional Branching IF statement First Form
4:53
-
Anroid Kotlin Conditional Branching IF statement Form 2 if else
6:15
-
Anroid Kotlin Conditional Branching IF statement Form 3 if else
if
6:14
-
Anroid Kotlin Conditional Branching When Statement Compared with
IF with example
9:39
-
Anroid Kotlin Conditional Branching Example on when and if
statements
7:34
-
Anroid Kotlin Looping Introduction to looping and for loop
example
2:53
-
Anroid Kotlin Looping for loop downTo, step
3:11
-
Anroid Kotlin Looping while loop
3:41
-
Anroid Kotlin Looping do while loop
3:24
-
Anroid Kotlin Looping repeat loop
2:18
-
Anroid Kotlin Looping break statement with while, do, while, for
4:18
-
Anroid Kotlin Looping labeled break statement with Loops
4:32
-
Anroid Kotlin Looping continue statement with while, do, while,
for
3:12
-
Anroid Kotlin Looping labeled continue statement Loops
1:53
-
Anroid Kotlin Arrays array declaration
5:26
-
Anroid Kotlin Arrays change values of elements with set and get
and print arrays elements
4:56
-
Anroid Kotlin Arrays create array with Array constructor and
make calculation using size
5:50
-
Anroid Kotlin Functions built in and user defind functions
create simple function
3:30
-
Anroid Kotlin Functions parameterize function
3:19
-
Anroid Kotlin Functions Optional or Default Argument Named
Argument
2:16
-
Anroid Kotlin Functions Unit Returning Types or void functions
and Return Value from Function
2:15
-
Anroid Kotlin OOP How to define a class in kotlin
4:43
-
Anroid Kotlin OOP Objects and How to access class members from
object
4:51
-
Anroid Kotlin OOP Constructors Primary Constructor
4:50
-
Anroid Kotlin OOP Constructors Primary Constructor and
intializer Block
7:07
-
Anroid Kotlin OOP Constructors Secondary Constructor and
Overloading Functions
9:27
-
Anroid Kotlin OOP Nested Class
4:08
-
Android Kotlin OOP Inner Class
6:16
-
Android Kotlin OOP Inheritance and open classes vs final classes
6:11
-
Android Kotlin OOP Inheritance and constructors execution
priority
4:39
-
Android Kotlin OOP Inheritance and primary constructor
4:25
-
Android Kotlin OOP Inheritance and secondary constructor
parameters super keyword
3:43
-
Android Kotlin OOP Inheritance and methods overriding
3:22
-
Android Kotlin OOP Inheritance and Properties overriding
6:30
-
Android Kotlin OOP access or visibility modifiers public
modifier
3:56
-
Android Kotlin OOP access or visibility modifiers protected
modifier
2:58
-
Android Kotlin OOP access or visibility modifiers protected
modifier when overridden
2:41
-
Android Kotlin OOP access or visibility modifiers internal
modifier idea and inheritance
1:45
-
Android Kotlin OOP access or visibility modifiers privated
modifier
2:47
-
Android Kotlin OOP Package package and import keywords
6:37
-
Android Kotlin – OOP Abstract class
2:57
-
Android Kotlin – OOP a non abstract open member function can be
overidden in an abstract class
5:28
-
Android Kotlin – OOP Interfaces abstrct methods and properties
in interfaces
3:11
-
Android Kotlin – OOP Interfaces Interface Implementation
4:17
-
Android Kotlin OOP Property and Getters, Setters
4:32
-
Android Kotlin – OOP – Getters, Setters, and Encapsulation
5:32
-
Android Kotlin – OOP – Data Class and its requirments
3:23
-
Android Kotlin – OOP – copying of an object properties to
another object based on data class
1:42
-
Android Kotlin – OOP – hashcode and equals for data class
3:27
-
Android Kotlin – OOP – destructuring declarations of data class,
ComponentN, and toString
3:18
-
Android Kotlin – OOP – intro about sealed class and its
declaration
3:58
-
Android Kotlin – OOP – Sealed Class with When Statement to
switch between types
4:13
-
Android Kotlin – OOP Android Kotlin – OOP Resolving different
Interfaces having same method
4:55
-
Android Kotlin – OOP Android Kotlin–OOP Polymorphism
5:58
-
Android Kotlin – OOP Enumeration enum class definiion and using
4:18
-
Android Kotlin – OOP enum properties name, value, param,
ordinal, values, valueof
5:27
-
Android Kotlin – OOP enum as anonymous classes and its functions
4:13
-
Android Kotlin – OOP Type Aliases
3:52
-
Android Kotlin – OOP Delegates
6:15
-
Android Kotlin – OOP Inline class definition and the idea
2:51
-
Android Kotlin – OOP Inline class and interfaces
3:42
-
Android Kotlin – OOP Object Declaration Singleton
3:01
-
Android Kotlin – OOP ObjectSingleton and expressions
4:19
-
Android Kotlin – OOP Companion Object add new functionality to
existsing class
2:42
-
Android Kotlin – OOP Extension Functions and Companion Objects
4:05
-
Android Kotlin – OOP Extension Functions and receiver type,
receiver object with this keyword
3:53
-
Android Kotlin – OOP Operator Overloading
5:08
-
Android Kotlin – OOP Operator Overloading Increment and
decrement operators
3:00
-
Android Kotlin – OOP Generic Definition, Advantage, and Problem
3:29
-
Android Kotlin – OOP Generic Solution
3:35
-
Exception Handling Exception meaning, handling keywords, and
unchecked exception
2:32
-
Exception Handling try catch finally blocks and syntax
2:54
-
Exception Handling try catch example
3:34
-
Exception Handling Multiple catch block example
4:21
-
Exception Handling Nested try catch block example
6:00
-
Exception Handling throw keyword example
2:54
-
Exception Handling finally block examples
3:29
-
IO Files Create File
2:31
-
IO Files Create File and writes the text to the file
3:15
-
IO Files Check if File Exists
2:57
-
IO Files Add New Text to FileAppended
4:40
-
IO Files read all textfrom file
3:07
-
IO Files read file text line by line
3:00
-
IO Files get info about file or directory and delete files
7:59
-
IO Files files content and extensions
8:00
-
Collections kotlin collections overview List, Set, Map
1:46
-
Collections Collection Interfaces, mutableListOf
3:06
-
Collections Collection Interfaces, Collection Generic
3:00
-
Collections MutableCollection, MutableList, MutableListOf
5:47
-
Collections List, size, get, indexOf
2:56
-
Collections MutableList, add, removeAt, shuffle
1:55
-
Collections Set Unique, Order
4:01
-
Collections Map keys, values, in, and containsValue
4:49
-
Collections Map keys, values, in, and containsValue
4:49
-
Collections Map Compare two maps
3:38
-
Collections Map mutableMapOf put, change, and remove items
2:07
-
Collections Coping Collections
6:20
-
Collections Invoking functions Filter, Map, MapIndexed,
AsscoiateWith on coll
5:33
-
Collections Immutable Iterators
4:57
-
Collections Mutable Iterators
4:58
-
Collections List dublicate, size, position, structurally equal
3:53
-
Collections sequence operations plus, minus, withIndex
2:22
-
Collections sequence operations, asSequence, sortedBy,
distinctBy, maxBy, grou
5:20
-
Collections write optimal sequences, lazy evaluation,memory
consumption
4:58
-
Collections Sequence and early exit with map, any to improve app
performance
3:15
-
Collections Sequence Intermediate and Terminal functions or
operations
3:05
-
Collections Creating Sequence
6:47
-
Collections Mutable Immutable Collection Conclusion
2:30