java

  1. geojo

    Checkbox activity to show/hide multiple texts

    Hi, I am trying to learn the basics of android with Java and got struck halfway creating a simple app. This checkbox code works for single text and can someone help me make one text visible and hide second one. import ... public class MainActivity extends AppCompatActivity { private...
Top