Re: [android-developers] J2ME custom font

2014-10-14 Thread ANKUR GOEL
ys . .Mukesh , j2me polish is already implemented but i was not able to find how to aply custom font . So i you have any links or sample its good. and if you want to share please do it . Thanks Ankur Thanks and Regards:- Ankur Goel 09019040351 S/W Engg. On Mon, Oct 13, 2014 at 10:29 PM,

Re: [android-developers] J2ME custom font

2014-10-14 Thread SIVAKUMAR J
You can try lwuit also -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] J2ME custom font

2014-10-13 Thread ANKUR GOEL
HI all , sorry for raising this question here .. ..but got stuck so i though someone can help me . I am doing one j2me project and want to have custom font verdana Can somebody help me with this . Thanks and Regards:- Ankur Goel -- You received this message because you are subscribed to

Re: [android-developers] J2ME custom font

2014-10-13 Thread Mukesh Srivastav
you would need to include J2ME-Polish to do that, by default, J2ME/Midp api doesnt gives you the flexiblity to change the font or color, so go for J2ME-Polish. Regards, Mukesh, Hyderabad,India. Freelancer/consultant on Mobile platform (J2ME,Android and Blackberry) On Mon, Oct 13, 2014 at 6:10

Re: [android-developers] J2ME custom font

2014-10-13 Thread ANKUR GOEL
Hi Mukesh , can u guide me for the Custom Font , for j2me polish or provide with some sample code or link . I want to support verdana font . Thanks Thanks and Regards:- Ankur Goel 09019040351 S/W Engg. On Mon, Oct 13, 2014 at 7:10 PM, Mukesh Srivastav mukicha...@gmail.com wrote: you would

Re: [android-developers] J2ME custom font

2014-10-13 Thread Mukesh Srivastav
just a bit of googled would haved seriously help in understanding and implementing the J2ME-Polish. On Mon, Oct 13, 2014 at 8:37 PM, ANKUR GOEL ankur1...@gmail.com wrote: Hi Mukesh , can u guide me for the Custom Font , for j2me polish or provide with some sample code or link . I want to

Re: [android-developers] J2ME vs Android Java

2012-02-12 Thread Leigh McRae
The java on Android is pretty much j2se. Some other mobile platforms use j2me. The popularity of j2me seems to be on the down swing. Broadly speaking, the difference is that j2se is a super set of j2me. The biggest difference that I have found is that j2me doesn't have generics and also

[android-developers] J2ME vs Android Java

2012-01-11 Thread YinKhwin.O
can someone clear my doubts. does android have anything to do with J2ME? Android has its core java. J2ME is also meant for mobile phones. All are same and why am i supposed to get confused by these two? whatif i chose android platform, do i necessarily need to deal with J2ME? Thanks for help.

[android-developers] J2ME to Android

2010-08-26 Thread kypriakos
Does anyone know the equivalent of these imports from J2ME to Android? import javax.microedition.io.Connector; import javax.microedition.io.HttpConnection; import javax.microedition.io.SocketConnection; import javax.microedition.io.StreamConnection; Also, I needed to import midpapi20.jar but I

[android-developers] J2ME to Android

2010-08-26 Thread kypriakos
I am pretty much trying to solve these issues: import javax.microedition.io.Connector; socketCon = (SocketConnection) Connector.open(strURL, Connector.READ_WRITE); and import javax.microedition.io.StreamConnection; streamCon =

Re: [android-developers] J2ME

2010-07-26 Thread kavitha chidambaram
Hi All, the below link for converting J2ME application into Android application(.apk). Use this to run J2ME application on Android platrom. http://www.netmite.com/android/ http://www.netmite.com/android/srv/2.0/getapk.php Thanks, Kavitha On Fri, Jul 23, 2010 at 9:43 AM, perumal316

[android-developers] J2ME

2010-07-22 Thread perumal316
Hi All, Is there any way to convert J2ME applications into Android applications? The only way I have come across is using microemulator which if I used to convert J2ME app that uses Camera or Bluetooth APIs doesn't work. Is there any other way? Regards, Perumal -- You received this message

Re: [android-developers] J2ME converting/translation to Android

2010-04-27 Thread dillirao malipeddi
motorola is giving tools for free to convert j2me to android... enjoy On Mon, Apr 26, 2010 at 1:25 AM, ricardocunha ricardocu...@gmail.comwrote: Hi, I want to know if exists a converter for a j2me source-code to android. Listen, it´s not a runner, like a midp runner for android, it ´s a

[android-developers] J2ME converting/translation to Android

2010-04-25 Thread ricardocunha
Hi, I want to know if exists a converter for a j2me source-code to android. Listen, it´s not a runner, like a midp runner for android, it ´s a converter for a source code. A tool for translate a source code for a new plataform, from j2me to android. Sorry about my English. Thank´s for any help.

[android-developers] J2ME applications on android device

2009-09-17 Thread android student
Dear All Is it possible to install J2ME applications on andriod device? I read somewhere that its not possible. are there any alternate ways (such as third party support) to run J2ME apps on android device. Best Regards, android student --~--~-~--~~~---~--~~ You

[android-developers] J2ME or ANDROID eclipse usage

2009-06-11 Thread Batuka
hi can i join your group im from mongolia --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] J2ME Sprite equivalent api

2009-01-30 Thread Raja Nagendra Kumar
Does Android has any equivalent Sprint API of J2ME.. Drawable does not seem to support cliping regions... Regards, Raja Nagendra Kumar. C.T.O www.tejasoft.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] J2ME or J2SE?

2008-06-18 Thread MobileBen
Hi, can anybody tell me on which Java platform Android is based or which Java platform Android uses. Is it the J2ME platform or the J2SE? Do Android uses the all of the classes of these platforms? Thank you --~--~-~--~~~---~--~~ You received this message because