How do we add ChoiceGroups dynamically in Java ME (CLDC) based on the answer to previous choice grou

Posted by sana on Stack Overflow See other posts from Stack Overflow or by sana
Published on 2010-04-09T02:27:56Z Indexed on 2010/04/09 2:33 UTC
Read the original article Hit count: 390

Filed under:
|
|

I am developing a Java ME application for CLDC devices. I have a requirement where the questions are generated based on the previous response. I would start with one choicegroup and then based on the answer to this choices give another set of question to the user- Kind of Yes/No- If Yes this question or No this question. How do we do that? Am novice in mobile app development. Any help in terms of ideas or blog posts or articles is much appreciated and is of great help.

© Stack Overflow or respective owner

Related posts about cldc

Related posts about java-me