RadarCOVID / radar-covid-android

Native Android app using DP^3T Android sdk to handle Exposure Notifications API from Google
Mozilla Public License 2.0
382 stars 84 forks source link

Change synthetics to viewbinding #5

Closed rulogarcillan closed 3 years ago

rulogarcillan commented 4 years ago

The use of synthetics can throw exceptions, I would recommend changing to viewbinding in all views.

rMbGU

erikmon commented 4 years ago

https://github.com/RadarCOVID/radar-covid-android/pull/29

seth0027 commented 3 years ago

@rulogarcillan @erikmon Let me handle this issue?

avecina commented 3 years ago

Kotlin synthetics is an official and totally functional feature and works properly in this project. We appreciate the contribution and we understand the benefits but we are going to go with the simplicity and readability of kotlin synthetics.