Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • irdest irdest
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • we
  • irdestirdest
  • Issues
  • #22
Closed
Open
Issue created Jul 30, 2021 by Ghost User@ghostContributor

Use View Binding instead legacy view scans

Component whose code/documentation can be Enhanced

clients/android

Proposed Enhancements

Using ViewBinding instead of normal view scanning. Because each time we scan a view, it takes time and increases load on the system, thereby decreasing the app-performance, with ViewBinding we can directly access those view without scanning the entire view, as ViewBinding generates binding classes that hold references to the corresponding layout files of views.

Assignee
Assign to
Time tracking