I'm looking to have an app that calls a web service, and the return from that WS would specify a specific puzzle to play (sudoku, arithmetic, logic, problem solving, memory, etc).
I think that each puzzle should be its own Activity, but I don't know if they should be nested in my main app Activity, separate Activities, or something else.
At some point I'd like these puzzle activities to include OpenGL graphics, but for now just simple layout driven Activities should suit me well.
Thanks in advance!