android java dialog android-utilities baseactivity customview basefragment base-activity base-fragment
-
Updated
Jan 30, 2018 - FreeMarker
This little piece of code aims to show you how to use 'ButterKnife' inside both base activity and it's fragments. The challenge was to use binding annotations of ButterKnife inside the base activity which has an empty layout at first sight. We inflated a template layout to the base activity inside the onCreate method . The second mission was to …
To associate your repository with the base-activity topic, visit your repo's landing page and select "manage topics."