Kotlin for Beginners: Learn Programming With Kotlin

seeders: 1
leechers: 0
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[PaidCoursesForFree.com] - Udemy - Kotlin for Beginners Learn Programming With Kotlin 3. Getting the Tools
  • 2.1 Download IntelliJ.html (0.1 KB)
  • 1.1 JDK Download.html (0.1 KB)
  • 2. Downloading IntelliJ.vtt (3.2 KB)
  • 1. Downloading the JDK.vtt (5.5 KB)
  • 3. Setting up IntelliJ.vtt (7.7 KB)
  • 2. Downloading IntelliJ.mp4 (4.4 MB)
  • 1. Downloading the JDK.mp4 (6.4 MB)
  • 3. Setting up IntelliJ.mp4 (9.0 MB)
10. Object-Oriented Programming -- Part I
  • 15.1 Kotlin Docs Classes & Inheritance.html (0.1 KB)
  • 17.1 Kotlin Docs Interfaces.html (0.1 KB)
  • 10. Named Parameters & Default Values.html (0.1 KB)
  • 12. Open Classes and Inheritance.html (0.1 KB)
  • 14. Abstract Classes.html (0.1 KB)
  • 16. Open vs. Abstract.html (0.1 KB)
  • 18. Interfaces.html (0.1 KB)
  • 2. The Basics of Object-Orientation.html (0.1 KB)
  • 5. Properties and Methods.html (0.1 KB)
  • 7. Object Creation.html (0.1 KB)
  • 19. Object-Orientation - Part I.html (0.1 KB)
  • 8.1 View solution on GitHub.html (0.2 KB)
  • 15. Open vs. Abstract.vtt (7.4 KB)
  • 3. Your First Class.vtt (8.5 KB)
  • 9. Named Parameters & Default Values.vtt (8.7 KB)
  • 4. Methods.vtt (8.8 KB)
  • 13. Abstract Classes.vtt (8.9 KB)
  • 6. Constructors.vtt (9.3 KB)
  • 17. Interfaces.vtt (12.7 KB)
  • 1. Starting with Object-Orientation.vtt (13.4 KB)
  • 11. Open Classes and Inheritance.vtt (14.4 KB)
  • 8. Coding Challenge Classes.pdf (177.1 KB)
  • 3. Your First Class.mp4 (6.3 MB)
  • 15. Open vs. Abstract.mp4 (6.8 MB)
  • 9. Named Parameters & Default Values.mp4 (9.2 MB)
  • 13. Abstract Classes.mp4 (10.7 MB)
  • 4. Methods.mp4 (11.0 MB)
  • 6. Constructors.mp4 (11.3 MB)
  • 1. Starting with Object-Orientation.mp4 (11.8 MB)
  • 17. Interfaces.mp4 (14.1 MB)
  • 11. Open Classes and Inheritance.mp4 (18.5 MB)
7. Lucky Loop
  • 4.1 Kotlin Docs Returns.html (0.1 KB)
  • 2.1 Kotlin Docs Control Flow.html (0.1 KB)
  • 6. Using break, continue and return.html (0.1 KB)
  • 3. Loops Using for and while.html (0.1 KB)
  • 7.1 View solution on GitHub.html (0.2 KB)
  • 5. Naming loops.vtt (2.9 KB)
  • 2. while Loops.vtt (6.2 KB)
  • 4. Using break and continue Statements.vtt (7.1 KB)
  • 1. for Loops.vtt (10.4 KB)
  • 7. Coding Challenge Using Loops.pdf (130.3 KB)
  • 5. Naming loops.mp4 (5.2 MB)
  • 2. while Loops.mp4 (5.7 MB)
  • 4. Using break and continue Statements.mp4 (7.2 MB)
  • 1. for Loops.mp4 (9.8 MB)
1. Welcome!
  • 2.1 Code for this course on GitHub.html (0.1 KB)
  • 3. Course Updates and Additions.vtt (1.7 KB)
  • 1. Introduction (What You're Going To Get Out Of This Course!).vtt (2.5 KB)
  • 2. How To Make The Most Of This Course.vtt (7.6 KB)
  • 3. Course Updates and Additions.mp4 (1.6 MB)
  • 2. How To Make The Most Of This Course.mp4 (6.7 MB)
  • 1. Introduction (What You're Going To Get Out Of This Course!).mp4 (8.4 MB)
13. Object-Oriented Programming -- Part III
  • 10.1 Kotlin Docs Generics.html (0.1 KB)
  • 3.1 Kotlin Docs Properties.html (0.1 KB)
  • 11. Quiz Generics II.html (0.1 KB)
  • 2. Information Hiding.html (0.1 KB)
  • 4. Quiz Getters and Setters.html (0.1 KB)
  • 6. Quiz Visibilities.html (0.1 KB)
  • 8. Quiz Generics.html (0.1 KB)
  • 5.1 Kotlin Docs Visibility Modifiers.html (0.1 KB)
  • 1. The Principle of Information Hiding.vtt (8.5 KB)
  • 10. Generic Functions.vtt (11.1 KB)
  • 7. Generics.vtt (12.7 KB)
  • 9. A Generic Stack.vtt (13.3 KB)
  • 5. Visibilities.vtt (16.0 KB)
  • 3. Properties II Getters and Setters.vtt (17.1 KB)
  • 1. The Principle of Information Hiding.mp4 (7.5 MB)
  • 7. Generics.mp4 (10.3 MB)
  • 10. Generic Functions.mp4 (12.7 MB)
  • 3. Properties II Getters and Setters.mp4 (15.1 MB)
  • 5. Visibilities.mp4 (17.3 MB)
  • 9. A Generic Stack.mp4 (18.0 MB)
14. IO -- Input and Output
  • 8.1 GitHub repo for this course.html (0.1 KB)
  • 6.1 Kotlin Docs Collections.html (0.1 KB)
  • 5.1 58.inputfile.txt.txt (0.1 KB)
  • 7. Challenge Find the Most Frequent IP Address.vtt (2.3 KB)
  • 7.1 60.ips.txt.txt (2.7 KB)
  • 1. Introduction to IO.vtt (5.4 KB)
  • 5. Reading From a File.vtt (7.1 KB)
  • 2. A Little Console Game.vtt (10.3 KB)
  • 6. Challenge Preparation Maps.vtt (15.0 KB)
  • 4. Code Along Hangman Game - Part II.vtt (15.3 KB)
  • 8. Challenge Solution Find the Most Frequent IP Address.vtt (18.9 KB)
  • 3. Code Along Hangman Game - Part I.vtt (20.2 KB)
  • 7. Challenge Find the Most Frequent IP Address.mp4 (2.1 MB)
  • 5. Reading From a File.mp4 (7.3 MB)
  • 2. A Little Console Game.mp4 (13.6 MB)
  • 4. Code Along Hangman Game - Part II.mp4 (18.9 MB)
  • 3. Code Along Hangman Game - Part I.mp4 (19.8 MB)
  • 1. Introduction to IO.mp4 (19.9 MB)
  • 8. Challenge Solution Find the Most Frequent IP Address.mp4 (21.7 MB)
  • 6. Challenge Preparation Maps.mp4 (22.0 MB)
9. Functions
  • 1.1 Kotlin Docs Functions.html (0.1 KB)
  • 2. Functions.html (0.1 KB)
  • 3. Code Along Reversing A List.vtt (13.6 KB)
  • 1. Functions.vtt (17.5 KB)
  • 3. Code Along Reversing A List.mp4 (13.1 MB)
  • 1. Functions.mp4 (16.7 MB)
4. Getting Started With Kotlin!
  • 8.1 Kotlin Docs Null Safety.html (0.1 KB)
  • 4.1 Kotlin Docs Basic Types.html (0.1 KB)
  • 9. Nullables.html (0.1 KB)
  • 7. Expressions vs. State

Description



Learn Kotlin from scratch! Grasp object-orientation and idiomatic Kotlin to realize coding projects and Android apps!

What you’ll learn
* Create professional applications using Kotlin, the new Java-based programming language developed by Jetbrains
* Understand the concepts of the Kotlin language and how it integrates neatly with Java
* Understand the basics of object-oriented software development, the most important development paradigm
* Understand the principles behind other object-oriented languages like Java, C++, PHP, C#, Scala, or Swift
* Use Intellij, the popular Java (and Kotlin) IDE, to write code effectively and professionally
* Read code and write your Kotlin code as well

Requirements
* We will go through all setup you need in order to use Kotlin
* You must be able to install new software on your computer (JDK + IntelliJ), we will go through the actual process inside the course.

Description
>> This is the only Udemy course that is referenced from the official Kotlin website as well as the official Android developers website for people who want to learn Kotlin, whether for Android or other purposes!

>> Learn programming in Kotlin, the most beautiful modern programming language based on Java!

>> Join this beginner-friendly course to learn to write code with an awesome and easy-to-learn language!

>> Expand your expertise as a Java or Android Developer and improve the quality of your code!

Source: PaidCoursesForFree.com



Download torrent
682.2 MB
seeders:1
leechers:0
Kotlin for Beginners: Learn Programming With Kotlin


Trackers

tracker name
http://tracker.yoshi210.com:6969/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.birkenwald.de:6969/announce
http://tracker.files.fm:6969/announce
udp://tracker.ds.is:6969/announce
udp://tracker.0o.is:6969/announce
udp://tracker.supertracker.net:1337/announce
https://tracker.vectahosting.eu:2053/announce
https://tracker.nanoha.org:443/announce
udp://tracker.coppersurfer.tk:6969/announce
UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
UDP://TRACKER.OPENTRACKR.ORG:1337/ANNOUNCE
UDP://TRACKER.ZER0DAY.TO:1337/ANNOUNCE
UDP://EDDIE4.NL:6969/ANNOUNCE
µTorrent compatible trackers list

Download torrent
682.2 MB
seeders:1
leechers:0
Kotlin for Beginners: Learn Programming With Kotlin


Torrent hash: 4FE663445C15CD6E10B10D7212C091EF15772A8D