There are 2 crashes the first one i don't understand and second in comserial i can understand that one.
If you look in the above Quote "ERROR ACTIVITY RESUME IN DASHBOARD"
It crashed because of this (Pager not initialized?)
ERROR ACTIVITY RESUME IN DASHBOARD java.lang.RuntimeException: Object should first be initialized (AHViewPager).
I have this in Dashboard Activity Resume (Starter.atPage is int)
Pager.GotoPage(Starter.atPage, True)
and this is Dashboard Activity Create (8 panels are created)
Pager.Initialize2(Container, "Pager")
By Exiting Dashboard Activity(Not UserClosed) using home button, entering Main Activity from Notification, User Exiting Main Activity will go to Dashboard Activity, where Dashboard was still active(Not UserClosed) by Home button and then it will Create Dashboard Activity (Why Create???) and Resume. I don't understand why it says Pager not initialized and why it Created Dashboard where it should of been Resume only? This is not a typical correct behavior? Is the Error because it created new instance and did not kill the old Dashboard instance?
Also, why it killed Main Instance (See QUOTE above)?
I don't think any of this is in the tutorial section. lol