phonegap / phonegap-day

The website for PhoneGap Day
http://pgday.phonegap.com/
2 stars 11 forks source link

Add description for Embedding Natively #23

Closed jenlgray closed 8 years ago

jenlgray commented 8 years ago

Embedding Natively: The Hybrid Sweet Spot

Many developers choose to build native navigation and transitions into their apps but use webviews for the main content, allowing them to realize a large cost and time savings while making their app available to a wider range of users quickly. This approach also provides the ability to push timely updates without app store approval hassles. With this model, only a small native code-base needs to be maintained per platform, and it’s typically the static elements of the app rather than the main content, thus more manageable.