Page view counter

i have a doubt for the mobile web application

Last post 11-03-2004 5:34 AM by dhananjayad. 1 replies.

Sort Posts:

  • i have a doubt for the mobile web application

    10-11-2004, 1:08 PM
    • Loading...
    • Zyess
    • Joined on 08-01-2004, 11:51 AM
    • Posts 13
    • Points 65
    Now i use my mobile phone to book an appointment with doctor at a specified

    time (so my mobile phone now access the mobile website in order to do so) but unfortunately

    the time i specify is not suitable because doctor is busy at that time so in this case a

    person, e.g nurse, need to instantly inform me of this (so the nurse need to access the

    mobile website and send me a message regarding to this matter).
    So in this case i need to code directly inside the mobile website or other

    alternative ways????..........it is a bit like sms.....what i really want to know is that can mobile web

    application support two-way communication, which mean customers use mobile phone to book or

    whatever (client side), then we at server side can also send message instantly back to them

    just as the scenario described above......is it possible??? or which commands or methods i

    can refer to in order to make this happen???


    I hope you can understand what i mean. THANK YOU.
  • Re: i have a doubt for the mobile web application

    11-03-2004, 5:08 AM
    • Loading...
    • dhananjayad
    • Joined on 05-05-2004, 11:10 PM
    • Colombo, Sri Lanka
    • Posts 5
    • Points 25
    If you are developing a mobile web application, then this is similar to any web application in terms of application model.

    Say in your application, if the web based system has the times which the doctor is free then you can program the applicatio to either allow only selecting the free times (by displaying the free time slots) or by validating the requested time witht eh doctors appointment database. Of course you'll need to access teh doctors appointments database for these scenarios.

    Or what you can do is to allow to make a request for an appointment and later manually inform teh status. But definitely the earlier method is much much better.
    Sampath D.

Page 1 of 1 (2 items)