Open fernandohackbart opened 7 years ago
http://macoscope.com/blog/kotlin-anko-layouts/
Starting with a toolbar
https://www.sitepoint.com/building-a-ui-with-kotlin-and-anko/
https://yalantis.com/blog/toolbar-jelly-animation-kotlin-android/
https://developer.xamarin.com/guides/android/user_interface/layouts/tab-layout/creating-a-tabbed-ui/
The application I found without using XML files is
import org.jetbrains.anko.design
https://github.com/codepath/android_guides/wiki/Google-Play-Style-Tabs-using-TabLayout
But this uses XML :(
http://macoscope.com/blog/kotlin-anko-layouts/