CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2006
    Posts
    3

    cross platform application

    Hello to all ,

    We would like to write a web application that will be able to run both on a
    PC and a PDA . The application will use Web Services to get the data from the server and will
    represent it using a GUI .
    We wish to use AJAX in the client side both on the PC and the PDA .

    The main problem we're facing is that the UI in the PDA is much smaller than
    the UI on the PC .

    Does anyone know a good solution that can help us achieve the above task ?

    Thanks in advance ,
    Uri

  2. #2
    Join Date
    Jun 2003
    Location
    Toronto
    Posts
    805

    Re: cross platform application

    create two separate forums, one for the PC and one for the PDA, they can use the same app logic but you will most likely need to design specific UI for the PDA itself. I havn't seen a program with one ui for both platforms.

    hth,
    mcm
    rate my posts!
    mcm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured