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");
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");