Reputation: 8856
as my question may be very easy to answer. but some days before i was discussing my android project with my friend. He said that you are developing a mobile desktop application. I said him that no my app will be a web application.
Hope for positive response. Thanks.
Regards Qadir Hussain
Upvotes: 1
Views: 10676
Reputation: 53
A desktop app runs on a stationary machine, or a laptop. On what we call "a computer".
A mobile app is designed to run on mobile devices such as mobile phones or tablets - although they technically are computers as well- but have limitations when it comes to storage, connectivity, etc. The mobile app runs on the mobile device.
A web app runs on a browser. If this browser runs on a mobile device or a desktop computer, it's still a web app.
If you coded your application to run on the mobile using something like Android SDK, then I'd say it's a mobile (native) app. The fact that it connects to a server on the net does not mean necessarily it's a web app. If you e.g. make an app in javascript that runs on a browser, then it's a web app.
I hope it helps =)
Upvotes: 2
Reputation: 63
i think the desktop apps are only the one that will not connect to the internet or the world wide web whatever if its networked or not but the wep app is the one that will contact the internet or world wide web by any mean. regarding the mobile app this is the one that will run in a mobile device.
Upvotes: 2