user
06/27/2017, 6:52 AManko has extension functions that shorten many of the methods you use.
all findViewById can be removed
string concatenations are much easier with ${}
startActivity is a single line
the handler.postDelayed() thing can be reduced using a lambda
and much more.
I would have a look at mechanisms to make the code look elegant 🙂 enjoy kotlin m8!