Posts

2 Variables in Kotlin | Kotlin Tutorial Videos

Image
2 Variables in Kotlin | Kotlin Tutorial Videos | by Mr.Mahesh Table of Contents How to declare a variable in Kotlin? Difference Between var and val Kotlin Basic Types Numbers Byte Short Int Long Double Float Char Boolean var language = "French" val score = 95 var language: String = "French" val score: Int = 95 var language: String      // variable declaration of type String ... .. ... language = "French"       // variable initialization val score: Int          // variable declaration of type Int  ... .. ... score = 95             // variable initialization  ---------------------------------------------------------------------- Best Online Training Institute in Chennai   |   Best Software Training Institute in Chennai   |

Functions in Kotlin | Kotlin Tutorial Videos

Image
 Functions in Kotlin | Kotlin Tutorial Videos | by Mr.Mahesh                                     NareshIT  is the   Best Software Training Institute in Hyderabad , Chennai, Vijayawada for Java, AngularJS, C#.NET, ASP.NET, Oracle, Selenium, Android, C Language, C++, Hadoop, RPA, DevOps, Salesforce, IoT, AWS, Data Science Training  Hyderabad, Chennai, India which provides  online and classroom   training classes . Address: 2nd Floor, Durga Bhavani Plaza,  Ameerpet, Hyderabad Phone: 040-23746666 Email:  info@nareshit.com Best Online Training Institute in Chennai   |   Best Software Training Institute in Chennai

Introduction to Kotlin | What is Kotlin? | Kotlin Tutorial Videos

Image
Introduction to Kotlin | What is Kotlin? | Kotlin Tutorial Videos | by Mr.Mahesh

Firebase Tutorial | Firebase Authentication

Image
Firebase Tutorial | Firebase Authentication | by Mr.Mahesh