fernandohackbart / BikeRide

BikeRide is one mobile application to join bikers to ride over tracks
0 stars 0 forks source link

Create the main activity with tabbed menu #14

Open fernandohackbart opened 7 years ago

fernandohackbart commented 7 years ago

http://macoscope.com/blog/kotlin-anko-layouts/

fernandohackbart commented 7 years ago

Starting with a toolbar

fernandohackbart commented 7 years ago

https://www.sitepoint.com/building-a-ui-with-kotlin-and-anko/

fernandohackbart commented 7 years ago

https://yalantis.com/blog/toolbar-jelly-animation-kotlin-android/

fernandohackbart commented 7 years ago

https://developer.xamarin.com/guides/android/user_interface/layouts/tab-layout/creating-a-tabbed-ui/

fernandohackbart commented 7 years ago

The application I found without using XML files is

fernandohackbart commented 7 years ago

import org.jetbrains.anko.design

fernandohackbart commented 7 years ago

https://github.com/codepath/android_guides/wiki/Google-Play-Style-Tabs-using-TabLayout

fernandohackbart commented 7 years ago

But this uses XML :(