Sources and further readings
- Android
Official website
- Android API Guides
Official Android documentation
- Butterknife
View "injection" library for Android
- Installing the Stand-alone SDK Tools
Android SDK install instructions
- Android SDK download
Official download page
- Android Reference
Official Android SDK reference
- Android Runtime
Wikipedia article
- Android Studio
Official Android IDE, based on IntelliJ IDEA
- Android Studio download
Official download page
- Android tools: Publishing
Official tools documentation
- Android Training
Official Android tutorials
- Android Tools
Description of all tools that are bundled with an Android installation
- Scala on Android - Setting sbt configuration
Detailed explanation of sbt and the Android SDK Plugin for SBT fundamentals
- Parcelable vs. Serializable
A performance and usability comparison
- Building an Android app using Scala
A brief tutorial of setting up a Scala on Android project with Gradle and Android Studio
- The Ins and Outs of Gradle
An analysis of the Gradle build system and its integration with Android Studio
- giter8
"A command line tool to apply templates defined on GitHub"
- giter8 templates
A collection of giter8 templates on GitHub
- Gitter: Android SDK Plugin for SBT
Gitter, chatrooms for GitHub repositories
- gradle-android-scala-plugin
"Adds Scala language support to official Gradle Android plugin"
- IntelliJ IDEA
Official product page
- IntelliJ IDEA Editions Comparison
Comparison of the Ultimate and Community Edition
- IntelliJ IDEA download
Official download page
- sbt plugin for IntelliJ IDEA
Official product page
- Scala plugin for IntelliJ IDEA
Official product page
- Android Maven Plugin
Android plugin for Maven, which can be configured to support Scala on Android
- Android documentation: MultiDex
Official documentation
- Android SDK Plugin for SBT samples
GitHub repository
- Android SDK Plugin for SBT sample: MultiDex
GitHub repository
- Okio
GitHub project repository
- Play Framework: sbt dependencies
Official documentation
- ProGuard
Official project page
- ProGuard Android documentation
Android developer documentation about ProGuard
- ProGuard keeps options
Listing and explanation of all available keep options
- Scala on Android documentation
GitHub repository that contains the source code of this documentation
- Hello Scala!
GitHub repository that serves as Scala on Android project starter template
- Robolectric
Official project page
- RoboTest
GitHub project page
- Scala Build Tool
Official project page
- sbt: Download
Official project page
- sbt Reference Manual
Official sbt documentation
- Android SDK Plugin for SBT
"An easy-to-use sbt plugin for working with all Android projects"
- Android SDK Plugin for SBT issues
GitHub issue tracker
- sbt plugin: gen-idea
GitHub repository
- Android SDK Plugin for SBT ProGuard configuration
Default configuration source on GitHub
- Android SDK Plugin for SBT readme
GitHub readme document
- Android SDK Plugin for SBT ProGuard sample
Sample project on GitHub
- Android SDK Plugin for SBT samples
Sample projects on GitHub
- sbt-sonatype
GitHub repository
- sbt tutorial: Getting started
Official tutorial
- sbt tutorial: Library dependencies
Official tutorial
- sbt tutorial: Multi-project-builds
Official tutorial
- sbt tutorial: Library dependencies
Official tutorial
- sbt vs. Gradle
A StackOverflow discussion
- Scala
Official website
- Scala on Android
SlideShare document that first introduces Scala and Android separatly and then briefly explains Scala on Android
- Scala IDE
Official product page
- Scala on Android
This documentation
- Scala on Android mailing list
A good place to stay up to date with the community
- Parcelable
Compile time code generation for Scala on Android
- Scala Pickling
Scala serialization project
- StackOverflow
Popular Q&A platform for programming related topics
- Android application testing with the Android test framework
vogella Android tutorial