What are some pros and cons of using RoboBinding vs Android Binding.
eg.
- can RoboBinding be used on fragments ?
- What about Android binding for fragments ?
- Does any use reflection to slow down Android at run time ?
- Also which ones can be obfuscated with proguard ?
- Can any of the two auto generate a viewModel interface ?