aayush
10/24/2017, 11:11 AMFragment instead of View for my Tab UI. I have some Labels, Textfields & a list which is binded to a tableview. When I use Fragment the list contains previous data which was before closing the tab but the labels and textfields get refreshed. When I use View the vice-versa happens. I want to clear all the variables and views when I close the tab. How to do this?