Creating websites using c# and an android phone | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Creating websites using c# and an android phone

Is there a way to create a website or web app using c# and my phone

17th Sep 2020, 11:47 PM
Joseph Oritseweyinmi
Joseph Oritseweyinmi - avatar
3 Réponses
+ 4
coffeeunderrun LOL... Same... I've also run both a static webserver and FTP server from my Android. While I'm fairly certain that a .NET service or even ASP.NET MVC on Kestrel could be used to run a web app written in C# running on Android, I'd need to test it out to say definitively what the differences and / or limitations might be. That said, I couldn't imagine attempting to do the coding, compiling, debugging, and deploying all within an Android phone. C# really needs some powerful tooling to make it worth using and I doubt that tooling exists on something like a mobile device - for now at least. But hey... it might be worth researching. If developing on a full desktop OS and then deploying to Android, then these links might be of interest: https://docs.microsoft.com/en-us/aspnet/core/mobile/native-mobile-backend?view=aspnetcore-3.1 https://devblogs.microsoft.com/xamarin/debug-local-asp-net-core-web-apis-android-emulators/
18th Sep 2020, 1:38 AM
David Carroll
David Carroll - avatar
+ 1
Hi! Could you be just a bit more specific? If you want use your phone as a webserver you cannot do that....
18th Sep 2020, 12:11 AM
Roberto Pajalunga
Roberto Pajalunga - avatar
+ 1
coffeeunderrun thanks for your feedback... I haven't tried to use Android as webserver.... 😉
18th Sep 2020, 12:36 AM
Roberto Pajalunga
Roberto Pajalunga - avatar