Where to place android BindingAdapter method?
After navigating through the internet I’ve finally found some info from one of the developers themselves. I wish they would have been more clear on the basics in the documentation. Quote: Binding adapters are annotated methods in any class that are used to do just this. Typically, you’d organize your adapters into [-a] classes based … Read more