You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
5.6 KiB
104 lines
5.6 KiB
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title>My Learning Website</title> |
|
<link href="/styles/styles.css" rel="stylesheet" type="text/css"> |
|
<link href="/android/styles/styles.css" rel="stylesheet" type="text/css"> |
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
<![endif]--> |
|
</head> |
|
<body> |
|
|
|
<div class="banner"> |
|
<h1 class="courselink"><a href="https://www.linkedin.com/learning/kotlin-essential-training-2018">Kotlin Essential Training</a></h1> |
|
<h2 class="lecturer">LinkedIn Learning : David Gassner : March 2018</h2> |
|
<h2 class="episodetitle">Code Samples</h2> |
|
</div> |
|
|
|
<article> |
|
<h2 class="sectiontitle">Chapter 1</h2> |
|
<h3 class="subsectiontitle"><a href="code/0105.html" target="_blank">01_05</a></h3> |
|
<h2 class="sectiontitle">Chapter 3</h2> |
|
<h3 class="subsectiontitle"><a href="code/0105.html" target="_blank">03_01</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0303.html" target="_blank">03_03</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0304.html" target="_blank">03_04</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0305.html" target="_blank">03_05</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0306.html" target="_blank">03_06</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0307.html" target="_blank">03_07</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0308.html" target="_blank">03_08</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0309.html" target="_blank">03_09</a></h3> |
|
<h2 class="sectiontitle">Chapter 4</h2> |
|
<h3 class="subsectiontitle"><a href="code/0401.html" target="_blank">04_01</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0402.html" target="_blank">04_02</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0403.html" target="_blank">04_03</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0404.html" target="_blank">04_04</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0405.html" target="_blank">04_05</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0406.html" target="_blank">04_06</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0407.html" target="_blank">04_07</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0408.html" target="_blank">04_08</a></h3> |
|
<h2 class="sectiontitle">Chapter 5</h2> |
|
<h3 class="subsectiontitle"><a href="code/0501.html" target="_blank">05_01</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0502.html" target="_blank">05_02</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0503.html" target="_blank">05_03</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0504.html" target="_blank">05_04</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0505.html" target="_blank">05_05</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0506.html" target="_blank">05_06</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0507.html" target="_blank">05_07</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0508.html" target="_blank">05_08</a></h3> |
|
<h2 class="sectiontitle">Chapter 6</h2> |
|
<h3 class="subsectiontitle"><a href="code/0601.html" target="_blank">06_01</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0602.html" target="_blank">06_02</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0603.html" target="_blank">06_03</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0604.html" target="_blank">06_04</a></h3> |
|
<h2 class="sectiontitle">Chapter 7</h2> |
|
<h3 class="subsectiontitle"><a href="code/0701.html" target="_blank">04_07</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0702.html" target="_blank">04_07</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0703.html" target="_blank">04_07</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0704.html" target="_blank">04_07</a></h3> |
|
<h3 class="subsectiontitle"><a href="code/0705.html" target="_blank">04_07</a></h3> |
|
</article> |
|
|
|
<div class="btngroup"> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/setting.html';"> |
|
Chapter 1 |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/getstarted.html'"> |
|
Chapter 2 |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/variables.html'"> |
|
Chapter 3 |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/flow.html'"> |
|
Chapter 4 |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/classes.html'"> |
|
Chapter 5 |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/data.html'"> |
|
Chapter 6 |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/inheritance.html'"> |
|
Chapter 7 |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/appendixa.html'"> |
|
Appendix A |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/kotlinessentialtraining/appendixb.html'"> |
|
Appendix B |
|
</button> |
|
<button class="button" onclick="window.location.href='/android/android.html'"> |
|
Android Page |
|
</button> |
|
<button class="button" onclick="window.location.href='/index.html'"> |
|
Home |
|
</button> |
|
</div> |
|
</body> |
|
</html>
|
|
|