I'm thinking of whether or not to have a section o...
# android
s
I'm thinking of whether or not to have a section of my app be an Activity or just another fragment. It's a reporting module, and the main screen is a report, and you can swipe left/right to go to the previous/next event's report. If I do a fragment, it would need to be a child fragment. If it's an activity, I could create a shortcut just to reporting. Any thoughts?