How different are mobile apps compared to web apps?

Discussion in 'Programming' started by tradester, Feb 10, 2011.

  1. #1
    Are the techinical programming/ coding for mobile very different from web app? Are mobile apps more costly and more complex compared to web apps? For eg. Farmville (by Zynga) game for facebook on the web compared to Farmville game on mobile phone.:)
     
    tradester, Feb 10, 2011 IP
  2. webbmaster

    webbmaster Well-Known Member

    Messages:
    491
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Unlike web app, mobile app has direct access to disk, filesystem, and other resource. Web app runs in a "sandbox".

    Web app runs on the fly and it needs to be downloaded every time it runs.

    Other than that, there is not much different. With the advent of cloud computing, the difference is even smaller
     
    webbmaster, Feb 10, 2011 IP
  3. iamgame

    iamgame Greenhorn

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Right. And using some latest app development libraries (JavaScript/CSS), one can even create web apps that could be installed locally (for offline use), with native look-n-feel.

    Native apps are certainly costlier in an enterprise environment as there is a learning curve attached (programming language, SDK, etc.). Whereas one can easily create web apps using commonly known web techs such as HTML, JS, CSS, PHP, etc.
     
    iamgame, Feb 11, 2011 IP
  4. DmitryS

    DmitryS Active Member

    Messages:
    79
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    web pages are build in html whereas mobile page are build on whtml
     
    DmitryS, Feb 11, 2011 IP
  5. cook08

    cook08 Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It really depends on what mobile device you are developing for iOS apps may be considered to be more time consuming due to the Objective-C/Cocoa learning curve also you have to pay apple for the developer kit/rights. Android apps on the other hand are Java based and free to develop. Web apps are also complex depending on what you want to do its really a matter of what you already know and how much you are willing to learn as well as how quickly you learn to really tell you which is more time consuming.
     
    cook08, Feb 12, 2011 IP