Issue
Think I have four buttons, I want to click one button which will visible some items and at the same time it will invisible/gone others three buttons data. How can I do that please send me sample code.
Solution
Show view
myView.setVisibility(View.VISIBLE)
hide view
myView.setVisibility(View.INVISIBLE)
or
myView.setVisibility(View.GONE)
Answered By - tyczj
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.