• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Problem DELETING a View

Hey guys,

Im using the addContentView() to add a View, it's ok. My problem is when I want to delete this view!

NOTE:

The myView.setVisibility(View.GONE); doesn't work. I mean, visually works, but not for what I need, I really need to delete it forever.

Thanks
 
Back
Top Bottom