i just want to know which equalitive equivalence to
Document.getElementsByClassName()
this in javascript i know this only
TextView m = (TextView)findViewById(R.id.mm);
but how can i get multi
TextView
with same something like class not id in android its will show error if there are same id in same layout so i can get array of view (TextView) and make loop on them and update them all
i just want to know how to do it in android