razorpay / razorpay-android-custom-sample-app

Sample app to demonstrate the custom UI integration
MIT License
13 stars 9 forks source link

Use kotlin android extensions view binding #12

Closed Aditya94A closed 3 years ago

Aditya94A commented 4 years ago

findViewById is extremely outdated and should be replaced.

https://proandroiddev.com/kotlin-android-extensions-using-view-binding-the-right-way-707cd0c9e648

sumedht commented 4 years ago

@AdityaAnand1 Thanks for suggestion. It's a part of sample application and not SDK which we delivered. Definitely we can take foreword in future.