I want to show a radio button and next to it show a ImageView with image loaded by Picaso. I tried putting the ImageView object after loading it next to the radio button in Rela
It seems your ImageView is overlapping over RadioGroup! It's my recommendation for activity_main.xml file: app:srcCompat="@android:drawable/sym_def_app_icon" will replace with your image .