Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Is there is any wrapper or libraries available that can use to develop android application using c#.
Thanks.
Posted

Neither wrapper nor library can help here, as, first of all, you would need a CLR implementation:
http://en.wikipedia.org/wiki/Common_Language_Runtime[^].

For Android, the the implementation of Mono framework is available as Xamarin.Android. Please see:
http://en.wikipedia.org/wiki/Mono_(software)#Mono_for_Android[^],
http://xamarin.com/android[^],
http://www.mono-project.com/[^].

Unfortunately, Xamarin.Android is a proprietary product, in contrast to other Mono versions, which are open-source.

—SA
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900