Java USSD menu tree generation - how to

前端 未结 3 1947
灰色年华
灰色年华 2020-12-30 14:18

I want to generate a tree-based menu using Java that will appear on a USSD browser. Each node may have children, ending with leaf nodes. I will also have to maintain state r

3条回答
  •  借酒劲吻你
    2020-12-30 14:45

    Have a look at an implementation of this problem: Vumi.org

    Source code viewable at https://github.com/praekelt/vumi

提交回复
热议问题