Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

For all seasoned iOS Developers, it's easy to start writing apps natively in iOS than consider hybrid app development.

When the question arises on how fast we can support other platforms, extend our reach to the potential customers, Hybrid may seem like the way to go.

But is that true ?

     With the kind of development frameworks available now either for native or hybrid type of app development, any kind of use case can be built either way. But when it comes to the performance aspect of an app, native Apps still out perform the hybrid apps. The transitions are fluid, user interaction feedback is as expected, and beyond all, some types of framework that a native app can provide are exclusive to the platform.

     The hybrid frameworks are still trying to keep up with those. It's not a dependency on the hybrid app frameworks alone, as the native frameworks have to be exposed by the native platform.  An example would be the way to launch an email app is provided by the "mailto:" tag, ability to make a call provided by the "tel:" tag but there's no Core Data framework exposed to an app being developed on a hybrid framework.

     The requirement to support multiple platforms is the only driving force behind adoption of hybrid frameworks. This makes the developers stick to a generic feature/functionality set with what can be done by the app on all platforms. The least common factor set of features from the hybrid to native can only be implemented.

Summarizing, these are several factors you need to consider before you embark on your journey to native or hybrid app.

  • Number of platforms you want to support
  • Types of features to be developed on each platform
  • Analyze the above goals for a longer term

The outcome of analysis of above factors, will push us in the right direction.

https://itunes.apple.com/us/app/approveon/id589107833?mt=8

2 Comments
Labels in this area