Posts by Renato Pedrozo • 3 points
2 posts
-
0
votes1
answer668
viewsQ: An imageview receive image according to the selected option
I wish you could enlighten me on a situation. I want to change the image of an Imageview. I can even do it through the: final ImageView imageView = (ImageView) findViewById(R.id.imageChm);…
-
0
votes1
answer521
viewsQ: Create buttons in a grid layout
I would like to know how it is possible to make a Activity as a grid menu... Which type of layout is most advisable? A relative, linear, grid or table? Example of what I need: No need for banners,…