How to do a findViewById (R.id.>> StringVarHere << )?
问题 Searched and working on this a long while - no luck. ( It must be simple ? Thanks for the assist. ) Trying to get / set a screen full of EditTexts' text, but not with the usual, more hard-coded way: ... findViewById (R.id.SomeTextWidgetId) ; Instead, I'm trying to figure out a reusable way via a variable holding the (String) name_of_widget. In psuedo code: findViewById (R.id.>> StringVarHere << ); // how to do that ? I tried also this findViewById method, but it didn't work (!?) //// given: