this is my first hands on experimenting of data binding in android studio. for projects with very big view hierarchy using views in kotlin class by the help of getViewById() makes the app slower because the program should traverse through a very big view hierarchy every time that function is getting invocked. so to make things simpler a data binding class is created with all the needed views being invoked already for us. using data binding feuture our app is made much faster.
-
Notifications
You must be signed in to change notification settings - Fork 0
ctrl-key/data-binding-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
this is my first hands on experimenting of data binding in android studio.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published