0

I want to do the following:

1- mobile friendly Portal - accessed through different Mobile Phones.

2- A mobile Applications that does the same functionality of the portal to different Platforms: iOS(iPhone,iPad), BlackberryOS(Blackberry mobiles and Playbooks),Android OS (Android mobiles and Tabs), WindowsOS, Symbian OS (Smartphones).

I am mainly a web Developer and an iOS programmer using Objective-C, and I have resources that can develop on android, blackberry and other platforms using native languages.

the Application mainly present data from internal database and deals with different types of web services, and write data to the file system of the device itself.

what is the best practice for the mobile applications, do each one alone with its native language, or using HTML,CSS,JS and produce them to all platforms using PhoneGap or something else???

Thanks a lot.

Nidal Saed
  • 33
  • 2
  • 5
  • possible duplicate of [What work has been done on cross-platform mobile development?](http://stackoverflow.com/questions/51988/what-work-has-been-done-on-cross-platform-mobile-development) – bharath Jul 22 '11 at 06:47

1 Answers1

1

Also check this thread : best cross-mobile framework

With a javascript solution, your app will be available on stores but also directly on the web !

Community
  • 1
  • 1
jujule
  • 11,125
  • 3
  • 42
  • 63