Find view by name

Viewed 32569

Is it possible to find a view by its name rather than its id.

findViewById(R.id.someView);

but I would like to do something like this:

findViewByName("someView");
2 Answers
Related