Tuesday, May 19, 2015

SS MMI Code Application : C and C++ : Part 2


Designing Phase:

1) Open the application.  It will output a help note , telling what the application does.

2) If user selects input  of  STRING , i.e  he wants to know the MMI code for respective functionality, it will output MMI string for that one

3) If user selects MMI string , it will output the functionality and also proper MMI code.


2a) When user selects STRING, options will be come telling what all are supported.
      then when he selects one particular String, its MMI code will be displayed.

3a) User will type the MMI code, we will match that code at the backend and display the string for that. Also string having full syntax will be displayed.



Coding Phase:

No comments:

Post a Comment