Hello all!
At the moment I am looking into doing something like the Gmail app in Android where you can swipe between your emails in the after you click on one (swipe right to your next email, left to your previous one). Would the carousal page be something good for accomplishing this? Related to that, is there a way to allow for loading the content/pages only after scrolling? (i.e. I have thousands of "emails", and don't want all of those to be made into pages immediately and added as children. Would the CreateDefault method be something I can use?)
Thanks in advance!