0% found this document useful (0 votes)
3 views8 pages

Toggle TextView Visibility in Android

The document outlines a simple Android programming task where a TextView is initially set to invisible. Upon pressing a button, the TextView becomes visible. It includes a visual representation of the state change before and after the button press, as well as the code used for the implementation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views8 pages

Toggle TextView Visibility in Android

The document outlines a simple Android programming task where a TextView is initially set to invisible. Upon pressing a button, the TextView becomes visible. It includes a visual representation of the state change before and after the button press, as well as the code used for the implementation.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

My Name : Mohamed Ramadan Salah

• (1) Make TextView as invisible, and button, when you pressin the button the TextView
will be visible.

Before press After press


 The Code
(2)
 After installing in my device
 The code of program

You might also like