java me - j2me - How to create a master-details UI -
i'm stuck in middle of j2me project because have no idea how done in other platforms, doesn't seem have direct solution in java me/j2me.
what need (it doesn't matter if netbeans midp components, lwuit or plain lcdui)
i have display list of customers (read web service) in sort of table, , when user navigates or down rows, "details" command must shown user can see details specific customer. image:
i know can use list, problem lists allow single "cell" per item, not visually attractive table.
as appreciated.
thank in advance.
as see have 2 options (i use lwuit)
either allow user click cell thah chose in list , move screen details shown. same in project.
add "details" command did here, , when user click left button command in actionperformed method check cell chosen , switch details screen
i think second option less intuitive user, let him click , choose right row
Comments
Post a Comment