Alt+Enter / Option+Enter = show hint dialog (the most important and useful of them all) Ctrl+Alt+L / Command+Option+L = format code Ctrl+Alt+L / Ctrl+Command+O = optimise imports Alt+Insert / Command+N = generate code Ctrl+Q / Ctrl+J = see documentation 2xShift / 2xShift = search everywhere
Kategoria: Good practices
Awesome Kotlin Extensions for your project
Kotlin extensions are one of my favourite kotlin features! It gives you freedom of creating new functions for some old or big classes, which you don’t really want to override. Recently I found some great article with bunch of very useful kotlin extensions which can be used in our Android projects. Let’s take a look… Czytaj dalej Awesome Kotlin Extensions for your project
SOLID principles
If you have been through at least one software engineering interview in your life chances are, that you were asked about SOLID principles. What they are, and how you can include them in your projects? Here’s the short sum up. SOLID is a term created by so called Uncle Bob, so for the real world… Czytaj dalej SOLID principles