Skip to main content

All Questions

1 vote
1 answer
446 views

How can I make a button visible in one activity when clicking a button in another? - Android

So I have a simple quiz game where the user writes his answer on an EditText and then click the buton "Check" to check if his answer is correct. If his answer is correct, the button on the other ...
Carts's user avatar
  • 11
1 vote
2 answers
694 views

How to make a button visible frominvisible on a successful event happend in another activity

I have buttons V1-V8 visible and R1-R8 invisible initially in my activity_main.xml file My MainActivity.java file package com.example.buttonvtor; import com.example.buttonvtor.MainActivity; import ...
user3399423's user avatar
0 votes
1 answer
171 views

Why do my buttons not return to invisible setting when i press back and reload search

I am making an app to search a database and i have a part where i type in a search detail and the name of the possible results are displayed on buttons in a new activity. It works fine first time ...
user1844616's user avatar