the API design(1)

Why all javame app must extends the Midlet Class?
What does the Midlet Class do?How to do?
Like Applet and Servlet.Why?

In my oppinion,Midlet abstract class help to connect the javame application manager.Developer just use the startApp(),pauseApp() and destroyApp() to control the flow.Midlet class help us to solve the background problems.

So,it's necessary to look at the Midlet class.
發佈了0 篇原創文章 · 獲贊 2 · 訪問量 3174
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章