Kodeco Forums

Android: An Introduction to Material Design with Kotlin

In this tutorial you'll learn how to integrate Material Design into an existing app and create delightful interactions using the new animation APIs.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/442-android-an-introduction-to-material-design-with-kotlin

I hope you guys can also publish a similar article for iOS. I would help a lot. :slight_smile:

Good job @macsimus and the team.

Hi,
When you suggest updating the theme style to:
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
It causes the text on the action bar to turn dark, using this instead fix it:
<style name="AppTheme" parent="Theme.AppCompat.NoActionBar">

Nice catch on the theme issue, oronbz! Thanks! We’ll work that in next time we update the code. :]

Where can I find the old Java verison?

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!