android - Is there an eclipse plugin to generate findViewById calls? -
i use eclipse android development, , find annoying every time create activity or add new views activity, need create references views in layout. looking kind of eclipse plugin can generate calls findviewbyid() layout. couldn't find because didn't know named. useful , time saving if kind of plugin existed.
edit: answers gave great. can these tools add more references existing activity don't have manually when add view layout?
try morcinek code generator. simple use.
this steps install plugin:
after install process may want configurate package classes built generator, on ide -> window -> preferences on bookmark android code generator can change parameter.
the plugin need better interface custom activities, still code, simple make changes need, @ least inline listeners.
this solution doesnt work modify classes have, improvement... i'll give try in couple days more time.
Comments
Post a Comment