If you have any coding tips and tricks, please share them here.
Cheers,
-Thai
链接已复制
Hello,
Despite of developping mobile application with the J2ME platform is "deprecated", it is considered as one of the appropriate platformes specially for the limited devices (such as PDA, VCR player....).
You can start by understanding the hierarchy of a J2ME application:
Every J2ME application contains a midlet class, which is our execution point:
- It contains 3 methods :
1- public void startApp() : Executed when the application loads.
2- public void pauseApp() : Executed when the application is in pause (when we receive a call for example)
3- public void destroyApp(boolean unconditional) : Reserved, generally, to disconnect from the ressources (exp: DataBase)
Good luck!
JAVA is an object-oriented encoding language. It can be applied in several computing programs, you can see it almost everywhere today, from embedded devices and mobile phones to enterprise servers and supercomputers. Thanks for sharing such valuable information with tutorials which can be helpful those who wants to develop website in JAVA.
