avatar

Kostas Tsalikis

Trials and tribulations of Android development

Git tip: Add a .gitattributes file to deal with line endings

Dec 21, 2018
Avoid the headache of dealing with line endings by adding rules for specific files for your entire git repository

Jetpack: Migrating to androidx

Oct 30, 2018
Lessons learned during the androidx migration

Git tip: cherry-pick with an -x

Sep 29, 2018
Sometimes a cherry-pick is unavoidable. Add -x to highlight that this is a cherry-picked commit.

Hugo comments with Staticman

Jul 5, 2018
Moving away from Disqus and using Staticman as a commenting system with Hugo.

Kotlin data vs open class

Mar 29, 2018
How Kotlin strongly favors composition over inheritance