Skip to main content

All Questions

Tagged with
3 votes
2 answers
5k views

Set textview visibility based on button click in Kotlin

Using Kotlin, I would like to be able to have an invisible Textview become visible on my activity when the user clicks a button. Ideally, I would like them to enter a particular code (i.e 1234) into a ...
Glenn Arnold's user avatar
0 votes
1 answer
43 views

how can i change the visibility of a button when the user modyfies the data inside recyclerview?

I need to change the visibility of a button deppending on a recycler's view content, when it changes it must become visible otherwise it has to remain invisible I've tried with interfaces, callback ...
Cesar Joel Gurrola's user avatar