I want to develop android based application in c#.Can anyone tell me where can i find the sample code and other useful material.
Please take a look at Mono for Android by Xamarin (http://xamarin.com/monoforandroid). I haven't used it myself but think this is the closest you can currently get as a C# alternative to Android Java ecosystem.
You could see the Xamarin repository on GitHub, there's lots of samples. https://github.com/xamarin/monodroid-samples
Look at these samples:
https://github.com/xamarin/mobile-samples/tree/master/MWC
and
https://github.com/gshackles/NycCodeCamp6
Regards,
Giacomo
Related
Im developing a Desktop app with WFP, but I've to migrate it to UWP Windows 10. Does anybody knows what this conversion involves? How complex is it?
Thank you in advance for the help :)
XAML for WPF and WINRT is not same because lot of classes which exist for WPF are missing in WINRT library. So the porting may have lots of work to do.
This may be helpful to you: https://channel9.msdn.com/Events/Build/2015/3-741
If you are going to convert it from WPF to UWP be sure to keep an eye out for the next few things:
ASync calls
a framework with less options but same possibilities
depends on your code and programme, but if you are experienced it might only take a few hours :)
.NET in WinRT is a lot more limited than the one in WPF.
So the level of difficulty of porting directly depends to your app's functionality.
I wonder if it's possible to create some platform-independent UserControls with Visual Studio or Xamarin. Actually I work on a Windows and Xamarin:Mac (c#) project which both should display a very complex diagram, so it would be extremely helpful if I could code the mathematic once and use it all over the platforms.
Is there a way to achieve this?
Thanks for your help
You can use Xamarin Forms for this purpose most likely - if there are platform-specific details, you can create a Renderer class for each platform. Check out the website for more information.
Hope that helps!
I got a big problem in integrating some steganography algorithm that written in C# onto my android project, anybody got any idea how to do so? My android project is steganography in MIDI files and the only algorithm I found is written in C#. Please help me.
http://jsc.sourceforge.net/. Try this
I want to run C# programs on my HTC Magic, I can find the mono app on the Android market but I have no clue on how to run C# using.
The code is just for fun, I don't want official support and such. After coding Visual Basic on windows mobile, I really want to code C# on Android, whether directly using some sort of editor if exists, or compiling it on a PC then installing it on Android.
If anyone knows a way to do such please let me know.
Thank you
There's the androidmono project, which I gather pretty much works but is in relatively early stages.
EDIT: More recently: Mono for Android
As I originally answered this over two years ago...
These days I would look at Mono for Android, developed by the Mono team.
It's a commercial product, but yes, you can then sell your app on the Android Marketplace (aka Google Play store).
Xamarin supports C# coding for both Android and iPhone, and is based on Mono. For more details, check out:
http://xamarin.com/
You may want to have a look at dot42 at https://www.dot42.com/ I've never tried it myself, tough looking at various articles, it seems that this may be a valid option.
What should I learn to develop software for iPhone?
Thanks
Beginning Objective C for the C# guy
Learn Objective C.
If you're thinking about developing games, take a look at Unity3D
Perhaps look into Mono? There is an article dealing with this question here.
Besides the IPhone SDK, you can use Mono (Open Source .Net implementation). Check http://www.mono-project.com/Mono:Iphone
iPhone Applications are using Apple's tools like Xcode, objective c, etc. A C# developer would be learning a new language, new libraries, and using a simulator to run the application. Details are at: http://developer.apple.com/iphone/program/