Skip to content

Latest commit

 

History

History
62 lines (60 loc) · 2.29 KB

tutorials.md

File metadata and controls

62 lines (60 loc) · 2.29 KB
layout title tutorials
root-index-layout
Tutorials
title url description icon
Getting Started with Scala in IntelliJ
/getting-started/intellij-track/getting-started-with-scala-in-intellij.html
Create a Scala project using IntelliJ IDE.
rocket
title url description icon
Getting Started with Scala and sbt
/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.html
Create a Scala project using sbt and the command-line.
rocket
title url description icon
Scala for Java Programmers
/tutorials/scala-for-java-programmers.html
Quick introduction to the Scala language and compiler for people who already have some experience in Java.
coffee
title url description icon
Scala on Android
/tutorials/scala-on-android.html
Create an Android app in Scala.
robot
title url description icon
Scala with Maven
/tutorials/scala-with-maven.html
Create a Scala project with Maven.
code

Tutorials

Tutorials take you by the hand through a series of steps to create Scala applications.

{% for tutorial in page.tutorials %}
{% if tutorial.icon %}
{% endif %}
{% if tutorial.by %}
By {{ tutorial.by }}
{% endif %} {% if tutorial.description %}

{{ tutorial.description }}

{% endif %}
{% endfor %}