My midlet acts as s开发者_Go百科erver , when i request any resource from midlet it musttransferred to browser and displayed. Here i am able to transfer html files,but i am unable to transfer image thr
i have the following code which is giving me error: /* * To change this template, choose Tools | Templates
I have this piece of code: byte[] snap = ((VideoControl) player).getSnapshot(\"e开发者_运维技巧ncoding=jpeg\");
I have a .PNG image with a transparent background and a drawing in it with a black color, how could I change the \"black drawing color\" in this image to any color i want programmatically; using rim 4
I am trying to load a 3776 * 2816 PNG, 24 bit image - 804KB onto my phone , the MOTO ROKR e6.It gives up with java.lang.OutOfMemoryError,Is their a general 开发者_JAVA技巧way to handle loading such hi
Tell me. How is executed binaries (written in c++ ForExample) in mobiles?? I开发者_StackOverflow中文版s it only possible as mixed with J2ME or is it possible to execute \"RAW\" (like exe file) binar
How do i add the functionality to import a contact number from address book/contact list and add it into an array?
so, again, due to blackberry\'开发者_运维技巧s api limitation, i have 2 questions: the response that i get back from my IOUtilities.streamToBytes(httpInput); call contains \"<\" characters. s
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
C# stringkeystr= \"0123456789abcdef0123456789abcdef\"; stringplainText= \"www.bouncycastle.org\"; RijndaelManaged crypto = new RijndaelManaged();