I have createa an app in xamarin using the following steps:- 1)I have certain java classes which i have exported as a .jar file in eclipse. 2)Next, I have created a java binding library project in Xamarin and added the .jar file to the jar folder. 3) Created another android app project in xamarin and reference the library project into it and use the library into classes in the android app project.
I need to know whether is this the right way to convert an android project on eclipse into c# android in xamarin