A
A
Alexander2014-07-12 11:45:04
Mobile development
Alexander, 2014-07-12 11:45:04

What cross-platform mobile frameworks allow separate connection of native third-party libraries for each OS?

A slightly naive question from a non-programmer.
There is a licensed technology that is used through a plug-in, native library for each platform, on which all functionality is tightly tied. There is a desire not to duplicate work, but to use universal wrappers like the same Xamarin.
Is it possible, having made three interfaces, to use three native libraries and one common logic for three platforms?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Voronov, 2014-07-12
@newross

Xamarin allows you to do this. Only one common interface is being made that wrappers implement over native libraries. Well, accordingly, on each platform, its own wrapper is connected via DI. With the help of MvvmCross on Xamarin, this is very easy to implement.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question