--- layout: root-index-layout title: Tutorials tutorials: - title: "Getting Started with Scala in IntelliJ" url: "/https/raw.githubusercontent.com/getting-started/intellij-track/getting-started-with-scala-in-intellij.html" description: "Create a Scala project using IntelliJ IDE." icon: rocket - title: "Getting Started with Scala and sbt" url: "/https/raw.githubusercontent.com/getting-started/sbt-track/getting-started-with-scala-and-sbt-on-the-command-line.html" description: "Create a Scala project using sbt and the command-line." icon: rocket - title: "Scala for Java Programmers" url: "/https/raw.githubusercontent.com/tutorials/scala-for-java-programmers.html" description: "Quick introduction to the Scala language and compiler for people who already have some experience in Java." icon: coffee - title: "Scala on Android" url: "/https/raw.githubusercontent.com/tutorials/scala-on-android.html" description: "Create an Android app in Scala." icon: robot - title: "Scala with Maven" url: "/https/raw.githubusercontent.com/tutorials/scala-with-maven.html" description: "Create a Scala project with Maven." icon: 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 %}

{{ tutorial.title }}

{% if tutorial.by %}
By {{ tutorial.by }}
{% endif %} {% if tutorial.description %}

{{ tutorial.description }}

{% endif %}
{% endfor %}