I'm fairly new to Android and I'm a little bit confused on when to start new activities. Here is the situation. I have a library, webview and reader activity.
Say the user wants to go library -> webview -> reader -> library
Should I be creating a new library activity after the reader activity or should I be trying to show the original library activity? If I do the latter will it mess up my activity stack?