#Programming Kotlin This is the code repository for Programming Kotlin, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
The code will look like the following:
public Sensor(String id, double value) {
this.id = id;
this.value = value;
}
You will need a good understanding of R or another programming language. Preliminary experience of programming and data analysis will be helpful as well. You will need to appreciate algorithms that can be applied in scale to build applications.
With the following software and hardware list you can run all code files present in the book (Chapter 1-13)
Software and Hardware List
Chapter | Software required | OS required |
---|---|---|
1-13 | IntelliJ IDEA 2016.x | Windows, Mac OS X, and Linux (Any) |
1-13 | Java Development Kit 1.8 | Windows, Mac OS X, and Linux (Any) |
1-13 | Gradle 3.x |
##Related Products
###Suggestions and Feedback Click here if you have any feedback or suggestions.