https://kotlinlang.org logo
m

mkevin3

03/05/2017, 6:44 PM
Depends on the type of app you are writing. Look into the Okio, OkHTTP, RetroFit and Moshi area if you need to do a bunch or REST calls. Maybe Anko if you want to do your layouts in code instead of XML files. Getting a basic project going is really easy.
👍 2