Partial ViewBinding Migration
Description
This change migrates the following features to use view binding:
- Updates
- Search
- Categories
- MainActivity
- Settings
- Home (partial)
2 features which are namely application
and home
haven't been migrated due to the current code being written in a way that requires changes before migration.
Reason for migration:
- Kotlin Android Extensions is deprecated
- It has important advantages over using findViewById
Ref:
- https://developer.android.com/topic/libraries/view-binding/migration
- https://developer.android.com/topic/libraries/view-binding#findviewbyid
This change also bumps the Apps version to 1.2.0
as we are going to release builds.
Related issues
Type of change
-
Bug fix (non-breaking change which fixes an issue)
Related MRs
None
How has this been tested?
Install platform
build variant and notice that existing features works without any issues
Checklist:
-
My code follows the style guidelines of this project -
I have performed a self-review of my own code
Edited by Aayush Gupta