Hi all, this is a nice class I was trying today for my application
I just have a problem using it with an AHViewPager.. the table should be shown at the third page, so it loads when the user slides(show) the second one. If I fastly go to third, the app crashes because of the table (I tried removing it and it wasn't crashing).. The application doesn't give any message, it just closes
If I wait 2-3 seconds before I slide to the third page, it works well
Is there a way to initialize an object of the third page just when the first page is loaded? I think it depends by this... I have the table in the third page, so it loads when I slide to the second one: if I fastly slide to the third, it has no time to load the table, right?