Skip to content

Small Intellij-based IDE plugin to create view bindings from xml right into the view file using native `findViewById` based on the xml widgets ids

License

Notifications You must be signed in to change notification settings

marcherdiego/android-view-utils-plugin

Repository files navigation

JetBrains Plugins GitHub code size in bytes Downloads

Android View Utils Plugin

Get from Marketplace

  • Plugin with view utilities, convert across different densities and units!
  • Create a RecyclerView Adapter given an XML view
  • Bind views to its controller class by simply right-clicking the file and selecting the 'Create view bindings from layout...' option

Units converter

Units converter demo

Adapter creator

How to

  • Open Tools menu
  • Create ReciclerView adapter from Layout...
  • Select source folder
  • Choose layout file
  • Done!

Adapter creator demo

View binding

How to

  • In the Activity/Fragment/View file: Right click
  • Create view bindings from layout...
  • Select layout file
  • Done!

View binding demo

About

Small Intellij-based IDE plugin to create view bindings from xml right into the view file using native `findViewById` based on the xml widgets ids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published