DEV Community

Irina Chavlytko
Irina Chavlytko

Posted on

Hybrid App Development: A Product Manager's Perspective

In the dynamic landscape of app development, the choice between hybrid and native paths has never been more critical. After a stint with native apps, my role as a Hybrid app product manager over the past seven years has provided me with valuable insights, which I can now share with those starting similar projects or facing decisions between native and hybrid approaches.

Hybrid vs Native

Native apps are created for specific platforms such as iOS, Android, or Windows Phone. They take into account the unique needs of each platform, utilising different programming languages like Objective-C, Swift, or Java. Developing native apps requires additional effort due to the platform-specific development tools, user interface components, and Software Development Kits (SDKs). Each native app is confined to a single operating system, which means that if you intend to launch your app on multiple platforms, you will need to develop separate versions for each one.

Hybrid apps are mobile applications that combine web technologies (HTML, CSS, JavaScript) with a native app wrapper. This approach allows them to run on multiple platforms, providing cost efficiency, while still accessing certain device features. React Native, Xamarin, Flutter, and Ionic are examples of popular cross-platform frameworks.

Trend or Reality

Hybrid app development, or so called, “cross platform app development” has been a trend for quite some time. The use of hybrid app development has increased significantly since the introduction of frameworks like PhoneGap and Cordova in the early 2010s.

Today, hybrid app development has become a mainstream option for businesses looking to create mobile apps. Many popular apps such as Twitter, Uber and Instagram are built using hybrid technologies. A significant proportion of the top 50 iOS retail apps in the United States, approximately 74%, are built using hybrid technology.

According to Persistence Market Research (PMR), the global cross-platform app development framework market is projected to grow at a CAGR of 16.8% and surpass $546.7 billion by 2033, primarily driven by the increasing adoption of mobile devices.

In May 2022, Stack Overflow conducted a survey of more than 70,000 developers hailing from 180 countries worldwide. When you look at the numbers, a staggering 65.36% of respondents reported using JavaScript, making it the most commonly used programming language for the 10th consecutive year. Following closely is HTML/CSS at 55%, with Java at 33%, Kotlin at 9%, Dart at 6.5%, Swift finding its place in only 4.91% of respondents' toolkits, and Objective-C being used by less than 3% of developers.

While termed a 2023 trend, 'cross-platform app development' is now a reality.

How does hybrid app development impact product managers?

-- You need to dedicate additional time to collaborate with the Design/UX team in order to create a uniform user experience across multiple platforms

The primary challenge is grasping platform-specific guidelines, such as those set by Apple and Google, to craft a user interface that caters to all mobile users. Moreover, users now anticipate a smooth experience as they transition between desktop and mobile. Achieving this is simplified through a hybrid cross-platform strategy, where you can provide the same features and user experiences on both desktop and mobile, all managed from a single codebase.

-- You have to interact even more closely with the Development team

The good news is that there is a single front-end team that works with all of the platforms. Hybrid applications have dependencies on different frameworks and libraries like Ionic, Cordova, which must be synchronised with the latest versions and modifications of the platform. Hybrid apps can access all native device features such as Touch. However, these apps still depend on native plugins, so a whole new device feature may not be immediately available as a native plugin. You as a Product Manager will need to understand the limitations of the specific framework (if they are) and dependencies on plugins.

-- You can spend more time on product discovery, focusing on what to deliver

There is no longer a need to manage two separate backlogs for iOS and Android, making it easier to maintain feature parity between both platforms and execute updates for both apps concurrently. The apps are uploaded for AppStore/ Google Play review as usual, the only difference here is still that Apple Store reviews still take longer.

-- You are able to iterate faster

Compared to native toolsets, many development teams find it faster to build hybrid apps using familiar web tools like HTML, JavaScript, and CSS. This translates into faster iteration to test out new features and design concepts, and to respond to user feedback.

Besides, having a common codebase means that it is easier and faster to make bug fixes and release them to all of the clients.

The dawn of hybrid app development as a mainstream practice has opened doors to innovation and opportunity. As a product manager, flexibility and unity across platforms will be your guiding principles in this dynamic landscape. Welcome the shift, for the journey ahead is brimming with possibilities and progress.

Top comments (0)