Preventing Screen Lockups of Blocking Operations by Qusay H. Mahmoud When you're developing networking MIDlets, pay special attention to blocking operations, such as methods that establish a connection to the network. These can lock up the screen, leaving your user frustrated with your application. To prevent screen lockups, you should perform all blocking operations in a separate thread. As an example, let's assume you've written a method called makeConnection() that establishes a connection to a remote server.
File List:
Wireless Tech Tips
March 2004.htm
Similar code
FlyFormX
(Popularity: ) : Generates html forms dynamically from xml description files
List ALL properties for ANY object
(Popularity: ) : A new window is opened, with a table listing all available properties with values for your object. Development Tools v1.10
(Popularity: ) : Updated Dec 12, 2002: This is a great tool for the advanced web developer, especially when complicated javascript is involved. ... Simple Compiler
(Popularity: ) : This is just Simple Compiler demo program which i h required to build for my Programming Language subject. Its use ...