I'm working on an app that allows you to track the number of rows and stitches per row in a crochet or knitting project. I'd like to implement a "New Project" button that creates a new activity for the new project complete with black counts and everything.
The only thing is, I know how to create a new activity/page manually -- I have no idea how to do this on the push of a button -- that is, not needing to create x number of activities to preload, but instead, letting the "New Project" button create the new activity -- and have it be a copy of the prior one.
I hope this question is clear enough!