Advertisement
Home arrow SCMAD Articles arrow List of Free SCMAD Articles from uCertify.com
List of Free SCMAD Articles from uCertify.com E-mail
Written by Roger Stuart   
Article Index
List of Free SCMAD Articles from uCertify.com
Page 2
Page 3
Page 4
Page 5
Page 6
Page 7
Page 8
Page 9
Page 10
Page 11
Page 12


What is a Player?


A Player is an MMAPI (Mobile Media API) interface. It is found in the javax.microedition.media package. A Player provides methods for managing the life cycle of a player. The syntax below creates a Player p, which reads the tear.wav media file using the HTTP protocol. Player p=... [read more..]

What is the isColor() method?


The isColor() method is a method of the Display class. It determines whether or not a mobile device supports color. The general syntax of this method is as follows: public boolean isColor() It returns a boolean true if the device supports color, else it returns false. [read more..]

What is the getColor() method?


The getColor() method is a method of the Display class. It returns the color from a high-level user interface. The general syntax of this method is as follows: public int getColor(int colorspecifier) The colorspecifier parameter takes one of the following values: COLOR_BACKGROUND... [read more..]

What is the start() method?


The start() method belongs to the Thread class. This method is used to initialize and launch a thread. The general syntax of this method is as follows: public void start() [read more..]

What is the getPriority() method?


The getPriority() method is a method of the Thread class. It returns the priority of the current thread. The general syntax of this method is as follows: public final int getPriority() [read more..]

What is the interrupt() method?


The interrupt() method is a method of the Thread class. It is used to stop the execution of a thread. The general syntax of this method is as follows: public void interrupt() Note: This method is available in the CLDC 1.1 specification. [read more..]

What is the SecureConnection interface?


The SecureConnection interface is used to define a secure socket stream connection. Defined in the Generic Connection Framework (GCF), it is added by the MIDP 2.0 version. It extends the SocketConnection interface. A secure connection is opened using the Connector.open method with the ssl... [read more..]

What is the ChoiceGroup class?


The ChoiceGroup class is used to create check boxes and radio buttons. An instance of the ChoiceGroup class can either be exclusive or multiple. The exclusive instance is for radio buttons, and the multiple is for check boxes. The ChoiceGroup instance is created with the following syntax:... [read more..]

What is the collidesWith() method?


The collidesWith() method is a method of the Sprite class. It is used to check the collision of this Sprite with a specified Sprite. The general syntax of this method is as follows: collidesWith(Sprite sprite, Boolean pixellevel) Here, sprite is the instance of the Sprite class to test... [read more..]

What is the setTransform() method?


The setTransform() method is a method of the Sprite class. It is used to change the direction of a specified image. It rotates the image in the multiples of 90 degrees and also provides mirrored (about the vertical axis) versions of each of the rotations. The general syntax of this method is as... [read more..]


 

Sponsored

Login / Logout


Search HotJobs now for jobs



© 2007 Anil Kumar Kuchana SkillFox.com