Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Butterknife to View bindings #115

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    a5115cd View commit details
    Browse the repository at this point in the history
  2. change BaseDrawerActivity to be compatible with view bindings

    Previously, BaseDrawerActivity only needed the layout ID to be provided from
    the subclass. Now the subclass will be responsible for inflating its view,
    which can be done either with or without view bindings.
    
    In addition, use findViewById instead of Butterknife.
    hades committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5a8e267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed670c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a3586 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76504e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b5604b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    854a694 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dcd4925 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd129cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    418d3f5 View commit details
    Browse the repository at this point in the history