android / android-studio-poet

Large Android projects generator
Apache License 2.0
702 stars 85 forks source link

Add ViewBinding support #156

Closed chao2zhang closed 2 years ago

chao2zhang commented 2 years ago

Summary

findViewBindingClassName() is to generate the view binding classname.

Testing

Generated a project with viewBinding.json. The project was compiled and ran successfully.

NikitaKozlov commented 2 years ago

LGTM