Devender Thareja wrote:Hi Sri,
The example you have provided is simply a web application and it should work on all devices. This is not an Android app. Android app is written using Android SDK.
Similarly Blackberry has its own Java based SDK. You can architecture your app to reuse most of components but GUI part will probably need to be rewritten.
Iphone SDK is not Java based, hence there will very little re-use of work done on other devices.
I don't have knowledge of Symbian.
Thanks.
Nikes Shah wrote:Can we implement enterprise wide applications on Android?
As per my thinking "NO".
Wat do you guys say?
What type of applications we can deploy on Android?
Ed Burnette wrote:As long as you can get access to the ERP application through some kind of external web service then you can do it. REST and JSON are built-in, but with some extra work you can do SOAP (search this forum for links).
If your network requires both the client and the server to be inside a firewall then no, because VPN is not currently supported. This is one difference between the Android and Blackberry platforms right now. A Blackberry device can access intranet resources and sites just as if you were sitting at your office desk.
Ed Burnette wrote:Initially, you may want to invest in an introductory book on Android development. There is a lot of online information available but much of it assumes you already know what all the pieces are and generally how they fit together. It will make a lot more sense to you once you go through a well-written book.
After that, I suggest working through the online tutorials, especially:
http://d.android.com/guide/tutorials/hello-world.html
http://d.android.com/guide/tutorials/notepad/index.html
The online documentation from Google is great if you know exactly what you're looking for. And people are always posting great tutorials and how-to articles on http://www.planetandroid.com .