
Kostas Tsalikis
Trials and tribulations of Android development
Uploading an Android library on JCenter
May 21, 2019
A small overview on how to publish an Android open-source library on a public maven repository
Kotlin puzzles
Jan 27, 2019
Kotlin's API does not always have the same implementation with Java and hasty use of idioms can result in unpleasant surprises
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.