Jump to content

need help about resident program for mobile

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
masoudtab

masoudtab

    Newbie

  • Members
  • Pip
  • 2 posts
Hi
somebody wants me to write a program that remains resident in mobile phone memory and receives information from a web site regularly and shows them in the main screen of mobile phone , without interfering other phone functionings. in what technologies or languages could one write such a program? is it possible in j2me? symbian c++ ? please help me to find my way.

thanks

Masoud
c++ develope
c++: very good
j2s2: very good
j2me and j2ee :quite familiar

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
What phone will it be? It makes a difference. Each one is different, and they usually come with SDKs.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
masoudtab

masoudtab

    Newbie

  • Members
  • Pip
  • 2 posts
no specific phone model is mentioned , the phone models which support this program will be suggested by me, but probably they need it to be supported by a wide range of phones and probably the most common models, so I think the more general way is better , but if there is not such a way (standard j2me for example ) , any model specific approach will be good .

thanks for your attention

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
You'll probably want to use Java. However, there are a LOT of assumptions going on about the capabilities of the phone that are not necessarily valid. I would get a lot more details about the target phones before investing energy in choosing a language that may not be supported.

As an example, my phone can run Java programs, but has absolutely no internet connectivity whatsoever.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog