How to hide views for always

Viewed 352

Can somebody tell me how to hide views for always?

I'm hiding a view with view.setVisibility(view.GONE); but when reopen the app I have to re-hide the view. I want a view hide for always when button is clicked until clearing app data or uninstalling. Thanks!

4 Answers
Related