(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:21, 1 September 2010 (diff | hist) How to store Data in RMS
- 13:46, 28 July 2010 (diff | hist) How to store Data in RMS
- 17:10, 29 December 2007 (diff | hist) N BufferedInputStream for Java ME (New page: /**<br>* A <code>BufferedInputStream</code> adds<br>* functionality to another input stream-namely, the ability to buffer the input and to<br>* support the mark and reset metho...)
- 16:44, 29 December 2007 (diff | hist) N Java ME Frequently asked Questions (New page: '''General questions''' '''''(1) What is Java 2 Micro Edition? <br>'''''To quote Sun's website: A highly optimized Java runtime environment, JavaMETM technology specifically addresses ...)
- 15:30, 29 December 2007 (diff | hist) N TextWrapUtil to draw Multiple line text in Java ME (New page: - →* This Utility class provides the functionality to draw the multiple line text: import javax.microedition.lcdui.*;<br>import java.util.*; public class TextWrapUtil { static Vecto...)
- 15:41, 28 December 2007 (diff | hist) N Maven Build Tool (New page: <br>'''Maven Build Tool''' Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, repor...)
- 15:38, 28 December 2007 (diff | hist) N Audio/Video streaming Codecs and Protocols (New page: '''RTSP protocol''' If Mobile supports rtsp (Real Time Streaming Protocol), it is possible to stream the video <br>from the server, and play using the Real Time Player. For Instance, Y...)
- 14:27, 28 December 2007 (diff | hist) N How to encode URL in Java ME (New page: // The following method is used to encode the url String, //This method returns the encoded URL string. public static String urlEncode(String s)<br>{<br>StringBuffer sbuf ...)
- 14:22, 28 December 2007 (diff | hist) Record sorting in RMS
- 11:15, 28 December 2007 (diff | hist) N How to use RecordFilter in JavaME? (New page: // This Midlet demonstrates how to use Category:Code Examples Record Filter ...... <br>import javax.microedition.rms.*;<br>import javax.microedition.midlet.*;<br>imp...)
- 11:07, 28 December 2007 (diff | hist) N How to create AudioAlarm in JavaME (New page: import java.io.*;<br>import java.util.*; import javax.microedition.io.*;<br>import javax.microedition.lcdui.*;<br>import javax.microedition.midlet.*;<br>import javax.microedition.media....)
- 11:04, 28 December 2007 (diff | hist) N How to use ResourceBundle for localization in Java ME (New page: '''// This MIDlet demonstrates how to use Resource Bundle''' '''(1)''' '''package i18n;''' import javax.microedition.midlet.*;<br>import javax.microedition.lcdui.*; public clas...)
- 17:32, 27 December 2007 (diff | hist) N How to capture your voice using MMAPI (New page: import java.io.*; import javax.microedition.midlet.*;<br>import javax.microedition.media.*;<br>import javax.microedition.media.control.*; import javax.microedition.lcdui.*; import jav...)
- 17:22, 27 December 2007 (diff | hist) N GZipInputStream for Java ME (New page: - →*<br>* GZIPTest is a sample MIDlet that uses GZIPInputStream. This Midlet used tinyline GZipInputStream class Category:Code Examples<br>: <br> import java.io.*;<br>import javax.mi...)
- 16:40, 27 December 2007 (diff | hist) N Reading Unicode files in JavaME (New page: - →This Method is to read the unicode file, and it will return the StringCategory:Code Examples: public String readUnicodeFile(String filename) {<br>StringBuffer buffer = nul...)
- 14:12, 27 December 2007 (diff | hist) N StringTokenizer for Java ME (New page: - →* This Class performs the function of StringTokenizer Since StringTokenizer is not available in JavaME, we can use this class .: public class Tokenizer { String m_st...)
- 18:18, 26 December 2007 (diff | hist) N How to write unit test case using J2ME unit ? (New page: import j2meunit.midletui.TestRunner; /*************************************************************************<br>* Example MIDlet TestRunner that overloads the startApp() method and inv...)
- 18:06, 26 December 2007 (diff | hist) N How to get KeyCode , Screen Size & Device platform in Java ME ? (New page: <br>// bof: KeyDemo.java import javax.microedition.midlet.*;<br>import javax.microedition.lcdui.*; public class KeyDemo extends MIDlet<br>{<br>public Display display = null;<br>public ...)
- 17:02, 26 December 2007 (diff | hist) N How to create ChoiceGroup in Java ME (New page: Category:Code Examplesimport javax.microedition.lcdui.*;<br>import javax.microedition.midlet.MIDlet; public class ChoiceMidlet extends MIDlet implements CommandListener {<br><br>Com...)
- 16:57, 26 December 2007 (diff | hist) N How to store and fetch images from RMS (New page: - →* * This MIDlet Stores the Images into the RMS, and fetches the images from RMS and displays it. *@ author Senthil: import javax.microedition.lcdui.*;<br>import javax.micro...)
- 15:57, 24 December 2007 (diff | hist) N JSR 135 (New page: '''MMAPI JSR 135''' '''Packages <br>javax.microedition.media <br>javax.microedition.media.control <br>javax.microedition.media.protocol''''''''' '''(1) javax.microedition.media''' Ma...)
- 15:47, 24 December 2007 (diff | hist) N Model-View-Controller application architecture (New page: '''MVC design pattern''' In the MVC design pattern , application flow is mediated by a central controller. The controller delegates requests to an appropriate handler. The control...)
- 14:55, 24 December 2007 (diff | hist) Contactless Communication API (JSR 257)
- 13:53, 24 December 2007 (diff | hist) N Eclipse ME (New page: <br>'''Installing EclipseME J2ME plugin''' Information:<br>With the help of the J2ME Wireless Toolkit and the EclipsME J2ME plugin, users may develop MIDP midlets within the Eclipse devel...)
- 12:24, 24 December 2007 (diff | hist) N Java ME Porting Guidelines (New page: <br>'''Introduction'''<br>It is hardly the case that an application built for one mobile device will not be ported to other handsets.<br>Handsets vary significantly in various parameters l...)
- 12:11, 24 December 2007 (diff | hist) N Category:Java ME APIs (New page: '''Java ME API''' Java ME has the following APIs<br>• MIDP 2.0 API <br>• Wireless Messaging API (JSR-120) <br>• Wireless Messaging API 2.0 (JSR-205) <br>• Mobile Media A...) (top)
- 14:28, 21 December 2007 (diff | hist) N Signing process in Java ME (New page: '''Signing Process:''' <br>Java Verified™ Program is a standards-based application testing and signing program accepted by multiple operators and device manufacturers for third pa...)
- 20:59, 20 December 2007 (diff | hist) N Using Http and Https in Java ME (New page: '''HTTP(Hyper Text Transfer Protocol)''' '''<br>'''HTTP is a request response protocol. It means that for every request send by the client to the server, the<br>sever sends back a respons...)
- 20:48, 20 December 2007 (diff | hist) J2ME Best Practices
- 20:29, 20 December 2007 (diff | hist) N J2ME Best Practices (New page: '''Use Device Resources Wisely''' • Minimize application size<br>– Limit the number of features<br>– Object design – create single objects for common tasks and reuse them<br>– P...)
- 10:52, 19 December 2007 (diff | hist) N JSR 75 File connection API (New page: '''''' '''''''''FileConnection API<br>'''The FileConnection API gives you the opportunity to access the device file system including Memory Sticks. It gives the functionality to creat...)
- 10:39, 19 December 2007 (diff | hist) N How to play music files using JSR 135 (New page: - →*<br>* This MIDlet demonstrates , how to get the audio file from the server<br>* and store it into RMS, and play it, and also how to play file from Resources<br>: <br>import java.io.*; ...)
- 10:21, 19 December 2007 (diff | hist) MMAPI
- 22:23, 18 December 2007 (diff | hist) N How to store Data in RMS (New page: import javax.microedition.rms.*;<br>import javax.microedition.midlet.*;<br>import javax.microedition.lcdui.*;<br>import java.io.*;<br>public class ReadWriteRMS<br>extends MIDlet implements...)
- 22:16, 18 December 2007 (diff | hist) N How to receive SMS using Push Registry (New page: import javax.microedition.midlet.*;<br>import javax.microedition.lcdui.*;<br>import javax.wireless.messaging.*;<br>import javax.microedition.io.*; public class PushDemo extends MIDlet imp...)
- 22:12, 18 December 2007 (diff | hist) Generic Connection Framework (GCF) in Java ME.
- 22:06, 18 December 2007 (diff | hist) N RFID in Java ME (New page: '''''' '''''' '''''' '''JSR 257''' '''RFID<br>'''''''''• RFID (Radio Frequency IDentification) is a technology to carry information over short range by radio waves<br>• 13.56...)
- 21:42, 18 December 2007 (diff | hist) N How to use Http POST request in Java ME (New page: - →*<br>* This J2ME program demonstrates how to establish a<br>* HttpConnection and uses it to send a POST request<br>* to web server.<br>: <br>import javax.microedition.midlet.*;<br>import...)
- 21:40, 18 December 2007 (diff | hist) N How to use HTTP GET request in Java ME (New page: - →*<br>* This program demonstrates how to establish a<br>* HttpConnection and uses it to send a GET request<br>* to web server.<br>*<br>: <br>import javax.microedition.midlet.*;<br>import ...)
- 21:33, 18 December 2007 (diff | hist) N How to get Location Using Location API JSR 179 (New page: /* * This Midlet is for getting the lat, lon and country info. @ author Senthil Category:Code Examples * / import javax.microedition.midlet.*;<br>import javax.mic...)
- 14:59, 13 December 2007 (diff | hist) How to read contacts using JSR 75
- 14:57, 13 December 2007 (diff | hist) N How to read contacts using JSR 75 (New page: - →* * This Midlet reads the contact names and numbers from the Phonebook using JSR 75 *: import javax.microedition.midlet.*; import javax.microedition.lcdui.*; public class PIMMidelt...)
- 14:44, 13 December 2007 (diff | hist) N How to add contacts using JSR 75 (New page: Category:Code Examples /** * PIMWrite Class * This sample demo generates the random names and numbers and it will add to the phonebooks. * This code will be useful, if we want to ...)
- 14:06, 13 December 2007 (diff | hist) Mobile Ajax
- 14:14, 12 December 2007 (diff | hist) Generic Connection Framework (GCF) in Java ME.
- 14:08, 12 December 2007 (diff | hist) N Generic Connection Framework (GCF) in Java ME. (New page: '''Generic Connection Framework(GCF) in Java ME.''' GCF Interface '''Connection ''' The most basic type of connection in the GCF. All other connection types extend Connection. '''Conte...)
- 13:18, 12 December 2007 (diff | hist) PushRegistry
- 13:17, 12 December 2007 (diff | hist) PushRegistry
- 13:03, 12 December 2007 (diff | hist) N JavaDoc (New page: '''JavaDoc''' The JavadocTM tool parses the declarations and documentation comments in a set of Java source files and produces a corresponding set of HTML pages describing (by default) the...)
- 12:45, 12 December 2007 (diff | hist) How to install Java ME application in mobile phone
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)

