Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Scala on Android: How to do efficient Android programming with Scala

Posted By: roxul
Scala on Android: How to do efficient Android programming with Scala

Geoffroy Couprie, "Scala on Android: How to do efficient Android programming with Scala"
English | 2013 | ISBN: N/A | 40 pages | PDF | 3,8 MB

Android development is fun, but the code is often fragile and too verbose. With the help of Scala, you can build better apps: cleaner code, safer constructs, less crashes. Moreover, you will be a lot faster! Less code to write, less to tests and maintain. Scala is the best tool to get productive at Android development.

In this book, you will learn the ins and outs of Scala development for Android, from installing the tools to publishing the app, with a lot of tips to improve your code.
For Android developers

Tired of seeing NullPointerExceptions? Frustrated by AsyncTask everywhere in your code? With a nice introduction ot the language, you will soon feel at ease with Scala and get faster at writing Android applications. Scala code is a lot smaller than the equivalent Java code, see the sample chapter if you don't believe me. Your code will be safer, faster and a joy to read.
For Scala developers

Interested in Android development? Reulctant to go back to the Java land? You will learn how to develop for this fun platform without writing one line of Java. As a bonus, you can even ignore Eclipse and use SBT and your editor of choice instead. I will go deep into how the development environment works and how SBT can help you automate most of your tasks.
What you will find in this book
How to set up your environment
Creating your first application from scratch
Using Scala's powerful features to improve Android development
How to tweak you development environment to get faster
Unit testing techniques