Posts by Renderson Cerqueira • 1 point
3 posts
-
0
votes1
answer89
viewsQ: Save Radiobuttom after selection
Hello, someone could help me in this matter, I have a list with questions in them there are 3 Radiosbuttom for responses, what I want is when the user click the save button, he lists the selected…
-
0
votes1
answer139
viewsA: Using Firebase to store images and bring on Android screen
Solved! I inserted in the Adapter class in the onBindViewHolder method the following line in my case I use Glide .centerCrop() Ex:`public void onBindViewHolder(Myviewholder Holder, int position) {…
-
0
votes1
answer139
viewsQ: Using Firebase to store images and bring on Android screen
Good morning, I created a Recyclerview with Cardview to show some photos that are stored in Firebase, but when bringing the photos to the screen the same does not fit in cardView I left the image as…