LWUIT Event Recording

java.gifThere are some interesting things happening to LWUIT. LWUIT provides a graphically rich UI replacement for the standard Java ME controls. In implementing the UI itself, it’s possible for LWUIT to include code that records events to a file. Events can also be played back.

As I see it, this creates some interesting possibilities…

  • Creating of self running demos
  • Uploading of events to a server (with user permission of course) so that there can be analysis of what application features the user uses most
  • Analysis of events to determine and improve the user experience
  • User or pre-created created ‘macros’ that can do application specific frequently performed operations
  • Use in developer unit testing

Related Articles:

Comments are closed.