Hi, I have a table where I can input data manually using the Dialogs lib. Using the AHViewPager I can move to different panels and keep the table data. However, if I change orientation by physically rotating the tablet, all data is lost in the table. how can I keep the table data? do I need to write it to an array and then read it back in if the orientation changes? Thanks.