Desktop web application and mobile apps | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Desktop web application and mobile apps

Hello all! I have a question. I need to do a SaaS web application for desktop and also separate applications for iOS, Android and Windows mobile. The problem is that I have no experience. I found how to do an app for desktop using .net Core for backend and Angular for frontend but I don't completely understand how to do the mobile apps. Should be a separate project or the code for the desktop can be reused. I found out on internet about NativeScript but I don't completely understand what it is.. if it should be used as frontend or backend. I was wandering how experienced developers work and what technologies they use. I am stuck and I don't have much time for learning and any suggestion is welcome. Thank you!

23rd Mar 2020, 3:17 PM
Cristina
5 Answers
+ 1
Before giving you the answer, I am very curious, what makes you "need to do an application" before you know how to do it? Is it appropriate to commit something that you are not capable of.
23rd Mar 2020, 3:21 PM
Gordon
Gordon - avatar
+ 1
Anyway, you can use a separate projects for NativeScript mobile app project, and you can share the code base in one project. The commands are: npm install --global @nativescript/schematics and then ng new --collection=@nativescript/schematics --name=my-app --shared Check this article for more reference. https://blog.angular.io/apps-that-work-natively-on-the-web-and-mobile-9b26852495e7
23rd Mar 2020, 3:28 PM
Gordon
Gordon - avatar
+ 1
I see, try following this 3-hour tutorial: https://youtu.be/DcCSq2Y9bow
23rd Mar 2020, 3:36 PM
Gordon
Gordon - avatar
0
Thank you very much. I have to do this for the university, with a small app and the teacher didn't explain anything.
23rd Mar 2020, 3:29 PM
Cristina
0
Thank you!
23rd Mar 2020, 3:38 PM
Cristina