Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have Already Create a new C# windows Application it run successfully on my computer but my client require run application on his android mobile
is it possible ?
Posted
Comments
Richard MacCutchan 2-Jan-15 8:16am    
Broadly speaking: no, it is not possible. You will need to redesign the application to take account of Android rules and features. And you will also need to rebuild it under Xamarin or similar to generate the correct object code.

1 solution

As far as I know: only when you use Xamarin[^].
 
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