bsoc-bitbyte / myLeave

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

Fix#13 Implemented View Binding in all activities. #14

Closed aniket0742 closed 2 months ago

aniket0742 commented 2 months ago

Overview

  1. This PR fixes or fixes part of #13 .
  2. This PR does the following: Now uses view binding in all the activities and changed findViewbyId to view binding to streamline the process of accessing views, making the code more readable and less error-prone.

Essential Checklist

Proof that changes are correct

Screenshot 2024-06-13 141538

Screenshot 2024-06-13 141555

PR Pointers