Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
im a .net developer i need to create apps means what should i want to do? for creating apps for android,ios in .net
Posted

If you want to develop android apps in .NET the perhaps usinf the Xamarin framework is the best option. http://xamarin.com/[^]

Alternatively, if you are not restricted to using .NET and you are acquainted with HTML and JavaScript then perhaps developing applications using HTML5/Javascript is also an option. But be aware that these applications will be web applications developed and they will have less capabilities than the applications developed in the Java(Android) and objective-C(iOS).
 
Share this answer
 
v4
Comments
Sergey Alexandrovich Kryukov 30-Dec-13 2:55am    
What is "HTML5 apps"? :-)
—SA
Rahul Rajat Singh 30-Dec-13 2:59am    
Sorry, My bad. Updated the answer.
Sergey Alexandrovich Kryukov 30-Dec-13 3:06am    
Thank you for the note. I up-voted the post a bit more. Now "native applications" is not a right term form what you mean, sounds confusing. You certainly mean client-side-only application vs the the applications using something else. Generally, comparing Web applications with other application is not a correct thing, as the goals of and very general properties of the applications are shifted... Main Android application technology is Java, you should have compare .NET with only with Java...
—SA

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