How to : J2ME REST Client
This is the example of J2ME REST Client. Very easy. It’s just a HTTPConnection. 123456789101112131415161718192021222324252627282930 try { HttpConnection connection = null; InputStream is = null; final ByteArrayOutputStream bos = new ByteArrayOutputStream(); String response = null; [...]
Twitter
Facebook