Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialshunjianlee
1,045 PointsAndroid Studio 2.2 Button disappear [Newbie]
Good day, i am currently doing one project which 2 buttons which are check in and check out. If i press check in then check in button will disappear then if i press check out button then it check out button will disappear also. May i know how to do this? Thanks
3 Answers
Seth Kroger
56,413 PointsViews have a setVisibility() method that takes a single argument of the form View.VISIBLE, View.INVISIBLE and View.GONE, which are constants defined in the View class.
Moritz Lang
25,909 PointsHi, can you please provide some code so that we can understand what's wrong with it? :)
tatenda passmore
5,773 Pointssent the codes