Get rid of findViewById()!
Today we will see how to get rid of findViewById in android. There is no third party library is needed for this. It can be done easily by using default databinding in android. Step 1: To do this first open…
Today we will see how to get rid of findViewById in android. There is no third party library is needed for this. It can be done easily by using default databinding in android. Step 1: To do this first open…