DateField in J2ME?

Using the phone's native control for this is exactly what j2me is supposed to do. The system has clear advantages when changing the phone language, especially when the alphabet isn't in basic ASCII characters.

Up vote 4 down vote favorite 1 share g+ share fb share tw.

I used DateField in a Form. When I try to select a date it opens up calendar functionality provided by cellphone. As you know the UI features in j2me are not that great.

I looked at third party libraries to design fancy UI. So far I have not found any api which makes DateField fancy. Is anybody aware of any API which supports DateField?

Java-me link|improve this question asked Mar 4 '09 at 3:03Bhushan3,402834 80% accept rate.

Using the phone's native control for this is exactly what j2me is supposed to do. The system has clear advantages when changing the phone language, especially when the alphabet isn't in basic ASCII characters. If you want to control exactly the way the calendar looks, you'll need to draw it yourself in a Canvas and deal with user input, screen size and localization issues yourself.

In general, you might want to look into the LWUIT library for an intermediary solution between fixed native controls and direct screen access.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions