we have an AS400 solution on an MDE device. The screen of this application is 24 x 23 characters.
People work with the Application only with numbers for conditions, sizes, damage, ...
Files are always numbers and text. In the new application, they should be able to work with numbers and text.


I defined 8 ImageButtonand 8 AutoCompleteTextViewsfor each state. How can I handle this when Employee enters, for example, 96, that I switch to the next AutoCompleteTExteViews(if it's a one-time mask).
Or how would you decide that?
source
share