Posts by Cleh Silvah • 17 points
3 posts
-
-4
votes2
answers1275
viewsQ: How do I get the back button to close Activity without going back to the previous one (finish the app)?
Activity login is MAIN and is used to log in to firebase. If the user is already logged in goes straight to Activity from the main menu. I wanted that, in the Activity of the main menu, when the…
-
0
votes1
answer1578
viewsQ: How to use Findviewbyid E Onclique in a Fragment?
I added two tabs to the main Activity layout, and created two java classes, one for each tab. So I took the buttons of Activity xml from main Activity and put it in the layout of Fragment, but I…
-
0
votes0
answers56
viewsQ: Save background and text to a database
My project is simple, a grid view, with several buttons, and at the click of them opens a popup with 3 options and at the click of them, arrow a text and a background on the button, but when I leave…