This android studio tutorial shows how to use the library given by Jake Wharton name ButterKnife to initialize, set OnclickListener and many other functions very easily.
the dependicies you have to add in gadle :app inside dependency is:
dependencies {
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}
after adding dependency click the gradle sync button and after the sync is finished you are good to go.
This Library makes it easier to work with android basics
Just don't forget to initialize the library in the OnCreate function of the activity you are working with.
Thank you.
If there is any problem you cam always contact me via social network.
Facebook: / riwaj.adhikari2
Feel free to comment down below if you guys have any problems.
I will always help you out.
Happy Coding
Team RIBU.