Jan-Lukas Else

Thoughts of an IT expert

Tags: Android


Where To Learn About Kotlin - Resources, I used

Published on in 👨‍💻 Dev

I’m into Kotlin, because it’s a new (quite new) programming language, that solves all the Java problems, especially on Android. You can simply use Lambda expressions and much more on any API version. I also used Kotlin in production in my open sourced newsreader app NewsCatchr. Here I’ll share some of the sources, that helped me getting some knowledge in Kotlin:

View

Great Open Source Android Libraries

Published on in 👨‍💻 Dev
Updated on

Libraries are a bunch of code that simplifies developing of certain features and prevent you from reinventing the wheel. Because most Android libraries are open source it’s also possible to fork and modify them. But you should take care about the specific licenses.

View

Previous

Jan-Lukas Else