0
Hi, I was wondering if you could use a string in findViewById. I have an app with various imageview that when you need to call an Internet to the camera phone. So that I don’t need to put this Input and your startActivityforResult for each imageview, I thought of creating a string to change the id of each imageview according to the selected imageview. Ex:
image=(ImageView)findViewById(R.id(aqui colocar o código de uma string);
image.setImageBitmap(imageCamera);
Is it possible? Thank you
Thank you, it worked perfectly
– user116985
Cool! Glad I helped. Abs
– LMaker