I am Developing a Java ME Application, Here I want refresh my Form on a particular time interval. I have tried TimerTask to re-showing the Form again & again. It works fine, but I think it consumes Memory. So is there any other way to Refresh Form.
I am Developing a Java ME Application, Here I want refresh my Form on
Share
By refreshing, If you mean following things, then there is no need of
Display.setCurrent() every time you want to refresh form.