googleads-mobile-android-examples icon indicating copy to clipboard operation
googleads-mobile-android-examples copied to clipboard

NativeAdvanceAdView need to use ViewBinding instead of findViewById

Open prateekcode opened this issue 3 years ago • 0 comments

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.

prateekcode avatar May 03 '22 08:05 prateekcode