Java ME Historical Perspective EXPR
Java ME (Java Micro Edition) software programming language was originally created in 2001 to enable the development of Java games & applications for mobile devices and mobile telephones particularly. In its early days it seemed to be a promising solution. The variety of mobile telephones models was very small, most of them were black & white, the basic capabilities J2ME offered […]
Java SE Swing Introduction INFO
I am glad to announce about a new course I have just completed to develop about developing Swing based graphic user interface. This new course covers the following topics: Events Handling MVC Architecture Basic Components Toggle Buttons Menu & Toolbars Boarders Containers Pop Ups Layout Managers Advanced Containers Bounded Range Components List Model Components Spinner […]
Stop Watch for Black Berry INFO
Stop Watch is a simple application that functions like a real stopwatch. You press START to start the clock running. You then press STOP to stop the clock and you can see the time that has passed. You can then press RESET to reset the time on the clock so you can start again. We […]
Passwords for Black Berry INFO
Passwords is a useful application that enables you to store different username and password pairs. Each pair (an item) is stored with a name. I have recently completed to develop our Passwords version for Black Berry. The Encryption logic was developed by Bouncy Castle Copyright (c) 2000 – 2004 The Legion Of The Bouncy Castle (http://www.bouncycastle.org). […]
Passwords Application INFO
Following our Nokia 7650 purchase we have recently completed our Nokia 7650 version for Passwords. Passwords is a useful application that enables you to store different username and password pairs. Each pair (an item) is stored with a name. Thanks to the advanced algorithm this application uses,you can safely store your important passwords and numbers in […]