A
A
Alexey Smirnov2017-02-03 14:59:13
Android
Alexey Smirnov, 2017-02-03 14:59:13

How to run a C#.NET program on Android?

Hello.
There is a C#.NET program that runs under Windows 10.
This is a simple program that parses data from HTML, performs mathematical calculations and sends the result to e-mail. The program starts every day automatically (by the Windows Task Scheduler) and does not have a graphical interface (it runs invisibly to the Windows user). The program is working properly.
I need this program to automatically run daily on Android.
PS Under mobile OS I have never done anything.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Filatov, 2017-02-03
@ERAFY

1. Why? she works under the scheduler, sends letters. Depends on your infrastructure.
Now it will have to hang in the Android phone's memory? and count the time Or how will you start it on schedule?
2. You won't be able to launch just like that. It will have to be ported or, in other words, rewritten. On Xamarin, for example, if you have .Net. Or in C++ if not critical.
If you haven’t done it, then study the Android platform, Xamarin. If you're really pissed off.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question