January 2018
Intermediate to advanced
434 pages
14h 1m
English
In the given steps, we will learn how to work with dimensions using Anko library:
dip(dipValue)sp(spValue)
verticalLayout { padding = dip(20) textView { text = "A big text view" textSize = 24f } button("Click me") { onClick { toast( "Hey! Here is a toast for you.") } }.lparams(dip(280), ...Read now
Unlock full access