InjectView annotation

suggest change

You can inject any view using the @InjectView annotation:

You’ll need to:

Example

@InjectView(R.id.textView1) TextView textView1;

@InjectView(R.id.textView2) TextView textView2;

@InjectView(R.id.imageView1) ImageView imageView1;

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents