googleads-mobile-android-examples
googleads-mobile-android-examples copied to clipboard
NativeAdvanceAdView need to use ViewBinding instead of findViewById
Hi, Everyone uses ViewBinding or DataBinding in their project. I found examples here are only using findViewById. I guess we can improve this project by using ViewBinding/DataBinding so developers who already using binding in their projects can easily understand and implement this example in their projects.