This is more of an advice question rather than a specific question. I am developing an application for mobile devices. Its basic functionality will be to open PDF files, Video files, and to open certain webpages. Would this be best implemented in PhoneGap or Appcelerator?
相关问题
- Ionic Spinner not showing up
- Error: Cannot access database on the main thread s
- Video Format that Works on Mobile Phones
- Is it possible to customize Flutter Webview error
- Overflow:hidden not working on mobile browser
相关文章
- is there a “rails” way to redirect if mobile brows
- Ascii check mark is always red in mobile
- how to tell if android user came from home screen
- Overlapping Text in CSS - How do I change it?
- Why do mobile browsers load my page completely zoo
- Some Android devices extremely slow when rendering
- Android browser scaling?
- Apply Blinking border to a tableview in appcelerat
I think a key difference implied is that PhoneGap uses HTML and CSS to render the user interface while Appcelerator renders platform specific native user interface components.
PhoneGap and Appcelerator Titanium are both very popular open-source JavaScript frameworks for packaging and deploying mobile applications. At Universal Mind, we have clients that leverage both and clearly both frameworks have countless successful implementations on numerous platforms. However, there are enough significant differences between the two products that it doesn’t really make that much sense to compare them directly. The fundamental difference is that PhoneGap is a web-based solution where Appcelerator Titanium is a pure JavaScript API that creates native code. At the core, they serve different functions for an organization.
PhoneGap:
JavaScript API that provides access to Native Functions
Supports HTML5/CSS3
Supports Web Standards & Re-use Across Enterprise Apps
Supports DOM based JavaScript Libraries/Frameworks
Supports the most platforms
Appcelerator Titanium:
JavaScript API that provides access to Native Functions
Compiles to Native Code
Could provide better performance.
So as per my view i prefer Phonegap
Phonegap have very small list of api that enables it to adapt itself to all(partially) platform, whereas appcelerator have larger api. That's is why they are emphasized on only two platform(completely). I think with this understanding i would prefer appcelerator for complex applications and phonegap for multiple platform.