Member-only story
Interview questions for Phonegap, Cordova, and Ionic developers.
Ionic framework interview questions and answers.
Why use Ionic framework:
• Ionic framework builds hybrid applications using web technologies.
• It means web developers can easily build mobile applications too.
• Since it uses JavaScript, almost the same codebase can be used to build both iOS and Android applications.
• Development cost is less compared to native iOS and Android applications.
When to not use Ionic framework:
• It is not suited for high-end graphics dependent applications or games.
• Performances are not as good as native applications, namely animations, scrolling, and network operations.
• As mentioned, JavaScript animations are not as performant as native animations. However, there are JavaScript libraries, like tweenMAX, which provide decent animation performance on the devices.
What Is Ionic Framework?
• Ionic Framework is an open source UI toolkit for building performant
, high-quality
mobile and desktop apps using web technologies (HTML
, CSS
, and JavaScript
).
• Ionic Framework is focused on the frontend user experience, or UI interaction of an app (controls
, interactions
, gestures
…