android / codelab-android-navigation

Apache License 2.0
634 stars 275 forks source link

findViewById: it's used in the code samples #87

Open gmiklay opened 4 years ago

gmiklay commented 4 years ago

Kotlin is great in reducing boilerplate code, so it makes no sense to use findViewById in the code samples. Kotlin synthetic does the job instead.