0

How to design and USSD Application flow. We will be getting just the unique session of the user and user input.

Francis
  • 1,385
  • 3
  • 9
  • 12
  • In this other [question][1] you will find the answer. [1]: http://stackoverflow.com/questions/7492272/design-pattern-suggestion-for-ussd – raulintosh Oct 11 '12 at 14:31

1 Answers1

0

My approach was:

A HashMap<msisdn, Finite State Machine>().

You can use this previous question for more information.

Community
  • 1
  • 1
raulintosh
  • 31
  • 4