There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Get ride of findViewById in android. This tool generates a huge Java class "X.java", in that class, every file in layout/*.xml will be represented with a nested class, which inflate and finds all views with id in that layout file. IDE friendly. A great alternative to Butterknife and android data binding.