hai
I want to display some text on mobile screen ( not in Application screen) along with service provider name. i am trying this with j2me
any solution in this regard would be greatly appriciated.
Thank you
Ravi varma
hai
I want to display some text on mobile screen ( not in Application screen) along with service provider name. i am trying this with j2me
any solution in this regard would be greatly appriciated.
Thank you
Ravi varma
what do you mean by the mobile screen and not the application screen?
The only control you have over the screen is when you app is started and running in foreground (for most phones) so you cannot use J2ME to display an operator Logo or custom text on the startup screen or your screensaver. If you need anything displayed in J2ME, you can only do it when your application is running and visible.