문제

Midlet starting open one RMS and store some data in it and through out each page I am using RMS for getting data.

Now I am using same open RMS for each page. Is this is efficient or I need to close and open when it use?

도움이 되었습니까?

해결책

It depends what you mean by page. If your RMS is available for several midlets and page = once midlet, then you should close store with destroying app. I think you think about page as screen. Then you must open RMS with first screen and close it with last.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top