java - Overlapping Wizard pattern in Android (sharing Activities) -
i'm considering following design app activity flow:
wizard 1:
mainmenuactivity-> activity1 -> activity 2 -> activity 3 -> activity final
wizard 2:
otheractivity -> activity1 -> activity 2 -> activity 3 -> activity final b
so depeding wizard started need end different activity. whats best way of detecting way?
passing along activities in order know "launcher activity" @ activity 3 nice method or have kind of issue?
thanks
Comments
Post a Comment