Skip to main content

One doc tagged with "cross platform"

View All Tags

Cross platform mobile development

Cross platform development is a technique for developing Android and iOS apps using a framework which allows a single codebase to be built into a fully native app for each platform. Popular frameworks for cross platform development are Flutter, React Native, Xamarin and Titanium. (This article does not cover frameworks such as Cordova, which use a single codebase but compile to wrapper apps on each platform). Each framework uses its own development language, e.g. JavaScript for React Native and C# for Xamarin.