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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -