bsoc-bitbyte / myLeave

myLeave is a user-friendly app that streamlines leave request submissions and management.
4 stars 14 forks source link

Implement View Binding #13

Closed Agrim2112 closed 2 months ago

Agrim2112 commented 2 months ago

Implement View Binding in all the activities. The build feature has already been added in the Gradle file, so just declare the binding variable in each activity and set its root.

aniket0742 commented 2 months ago

@Agrim2112 I would like to work on this issue, I'll declare a variable for binding object and initialize the binding variable with onCreate method and use the setContentView method with root view of the binding object. Thank You.

Agrim2112 commented 2 months ago

@aniket0742 You can work on this. Make changes using binding wherever findViewbyId has been used.