Currently I have a list view within it each row has a checkbox attached. I would like that once any checkbox is checked, at the bottom of the screen a view displays, and once none of the checkboxes are checked, the view automatically disappeared. Possible to do this?
Any help or direction is appreciated.
Thank you.
Yeah, you can do it.
Sounds like what you’re looking for is a floating view at the bottom…
Try this example:
In this example I used a button at the bottom, but you an use any view.
And to hide it you can use android:visibility or setVisibility(int visibility)
Hope that helped…