Hi I'm currently getting rid of every findViewById for member vars: FrameLayout mContentFrameFull = (FrameLayout) findViewById(R.id.content_frame_full);
using @InjectView(R.id.content_frame_full) FrameLayout mContentFrameFull Is there a way to do something similar for local variables refering to custom views? I mean, to get rid of: TextView text = (TextView) myView.findViewById(R.id.foo); Am I missing something critical of RoboGuice? Thank you -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
