j2me - How to create a master-details UI

a 夏天 提交于 2019-12-01 13:34:16

as i see it you have 2 options (i use LWUIT)

  1. either allow the user to click the cell thah the chose in the list and move to another screen where the details is shown. i do exactly the same in my project.

  2. add the "details" command as you did here, and when the user will click the left button for the command in the actionPerformed method you will check which cell is chosen and switch to the details screen

i think the second option is less intuitive for the user, just let him click and choose the right row

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!