© Peter Späth 2019
Peter SpäthLearn Kotlin for Android Developmenthttps://doi.org/10.1007/978-1-4842-4467-8_19

19. Using External Libraries

Peter Späth1 
(1)
Leipzig, Germany
 

External libraries are collections of interfaces and classes that are of general use and thus can be reused in various projects. You won’t find many Kotlin libraries yet, but because it is easy for Kotlin to interface with Java classes and interfaces, in your projects you can use one or some of the plethora of Java libraries published by other developers and development teams.

Example fields for external libraries are encoding and decoding, compression, CSV file handling, e-mailers, higher level math and statistics, databases, extended logging facilities, XML and JSON file handling, ...

Get Learn Kotlin for Android Development: The Next Generation Language for Modern Android Apps Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.