11[ // ] : # ( title: Welcome to our tour of Kotlin! )
22
3+ <web-summary >Take the Kotlin tour to quickly grasp the fundamentals of the Kotlin programming language.</web-summary >
4+
35> These tours can be completed entirely within your browser. There is no installation required.
46>
57 { style = "note" }
68
7- Quickly learn the essentials of the Kotlin programming language through our tours, which will take you from beginner to intermediate
8- level. Each chapter contains:
9-
10- * ** Theory** to introduce key concepts of the language with examples.
11- * ** Practice** with exercises to test your understanding of what you have learned.
12- * ** Solutions** for your reference.
13-
14- To grasp the fundamentals of Kotlin, take the beginner tour. To deepen your understanding of Kotlin, take the intermediate tour.
9+ Quickly learn the essentials of the Kotlin programming language through our tours. Grasp the fundamentals with the beginner
10+ tour. Deepen your understanding with the intermediate tour.
1511
1612<p ></p > <!-- workaround for MRK057: Paragraph can only contain inline elements-->
1713<list columns =" 2 " >
@@ -22,29 +18,23 @@ To grasp the fundamentals of Kotlin, take the beginner tour. To deepen your unde
2218 <a href="kotlin-tour-intermediate-extension-functions.md"><img src="kotlin-tour-intermediate.svg" alt="Start the intermediate Kotlin tour" type="block"/></a>
2319 </li>
2420 <li>
25- <p>Contents:</p>
26- <ul>
27- <li><a href="kotlin-tour-hello-world.md">Variables</a></li>
28- <li><a href="kotlin-tour-basic-types.md">Basic types</a></li>
29- <li><a href="kotlin-tour-collections.md">Collections</a></li>
30- <li><a href="kotlin-tour-control-flow.md">Control flow</a></li>
31- <li><a href="kotlin-tour-functions.md">Functions</a></li>
32- <li><a href="kotlin-tour-classes.md">Classes</a></li>
33- <li><a href="kotlin-tour-null-safety.md">Null safety</a></li>
34- </ul>
21+ <p><img src="icon-1.svg" width="20" /> <a href="kotlin-tour-hello-world.md">Hello world</a></p>
22+ <p><img src="icon-2.svg" width="20" /> <a href="kotlin-tour-basic-types.md">Basic types</a></p>
23+ <p><img src="icon-3.svg" width="20" /> <a href="kotlin-tour-collections.md">Collections</a></p>
24+ <p><img src="icon-4.svg" width="20" /> <a href="kotlin-tour-control-flow.md">Control flow</a></p>
25+ <p><img src="icon-5.svg" width="20" /> <a href="kotlin-tour-functions.md">Functions</a></p>
26+ <p><img src="icon-6.svg" width="20" /> <a href="kotlin-tour-classes.md">Classes</a></p>
27+ <p><img src="icon-7.svg" width="20" /> <a href="kotlin-tour-null-safety.md">Null safety</a></p>
3528 </li>
3629 <li>
37- <p>Contents:</p>
38- <ul>
39- <li><a href="kotlin-tour-intermediate-extension-functions.md">Extension functions</a></li>
40- <li><a href="kotlin-tour-intermediate-scope-functions.md">Scope functions</a></li>
41- <li><a href="kotlin-tour-intermediate-lambdas-receiver.md">Lambda expressions with receiver</a></li>
42- <li><a href="kotlin-tour-intermediate-classes-interfaces.md">Classes and interfaces</a></li>
43- <li><a href="kotlin-tour-intermediate-objects.md">Objects</a></li>
44- <li><a href="kotlin-tour-intermediate-open-special-classes.md">Open and special classes</a></li>
45- <li><a href="kotlin-tour-intermediate-properties.md">Properties</a></li>
46- <li><a href="kotlin-tour-intermediate-null-safety.md">Null safety</a></li>
47- <li><a href="kotlin-tour-intermediate-libraries-and-apis.md">Libraries and APIs</a></li>
48- </ul>
30+ <p><img src="icon-1.svg" width="20" /> <a href="kotlin-tour-intermediate-extension-functions.md">Extension functions</a></p>
31+ <p><img src="icon-2.svg" width="20" /> <a href="kotlin-tour-intermediate-scope-functions.md">Scope functions</a></p>
32+ <p><img src="icon-3.svg" width="20" /> <a href="kotlin-tour-intermediate-lambdas-receiver.md">Lambda expressions with receiver</a></p>
33+ <p><img src="icon-4.svg" width="20" /> <a href="kotlin-tour-intermediate-classes-interfaces.md">Classes and interfaces</a></p>
34+ <p><img src="icon-5.svg" width="20" /> <a href="kotlin-tour-intermediate-objects.md">Objects</a></p>
35+ <p><img src="icon-6.svg" width="20" /> <a href="kotlin-tour-intermediate-open-special-classes.md">Open and special classes</a></p>
36+ <p><img src="icon-7.svg" width="20" /> <a href="kotlin-tour-intermediate-properties.md">Properties</a></p>
37+ <p><img src="icon-8.svg" width="20" /> <a href="kotlin-tour-intermediate-null-safety.md">Null safety</a></p>
38+ <p><img src="icon-9.svg" width="20" /> <a href="kotlin-tour-intermediate-libraries-and-apis.md">Libraries and APIs</a></p>
4939 </li>
5040</list >
0 commit comments