Writing an Activity in Xamarin and another in Android Studio released as a single apk -


i'm considering how move forward project have have use android studio (because cannot bind given .aar in xamarin). there's logical break in project write half of in xamarin (document management) leaving other half (document capture) in android/java.

i wanted see if community considers normal and/or possible , how go it. presume in terms of invoking fellow activities won't huge problem - normal (for example launching system camera activity). know options bundling 2 projects single apk , specific advice before start ...

i know options bundling 2 projects single apk.

you can start android studio project (java). start java project android library project in android studio. archive project create aar file. once have aar ready can create java binding library project in xamarin. can find tutorial same in xamarin's documentation.

java binding library , android class library project binds java library projects c# use in xamarin projects. after creating java binding library , resolving binding issues , can refer libray project in xamarin.android project. classes, resources in java project available use through library project.

there's logical break in project write half of in xamarin (document management) leaving other half (document capture) in android/java.

if logical break piece of code/ library have developed in java, can consider binding them c# use in xamarin project.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -