+ 1
I would like to the software and programs used for website development and app development.
I am stuck between two I search online for both but I would want to hear from others point of view for each. I want to know the difference between web development and app development and what skills are required etc.
4 Answers
+ 6
PART 1:
Web apps tend to be built using JavaScript, CSS and HTML5. Unlike mobile apps, there is no standard software development kit for building web apps. However, developers do have access to templates. Compared to mobile apps, web apps are usually quicker and easier to build â but they are much simpler in terms of features.
iOS(apple) apps: learn swift
Android apps: learn Java
web apps: HTML CSS JS
web apps with servers: add PHP, SQL, node.js, etc. to your knowledge
more info:
https://code.sololearn.com/Wmm9DNM2JMUw/?ref=app
https://careerkarma.com/blog/mobile-development-vs-web-development/
+ 6
PART 2:
Mobile development is developing for mobile devices like iPhones, Android phones, or tablets. There are a number of unique considerations that go into making quality applications for these platforms.
Perhaps the most obvious is that the platforms arenât cross-compatible. If you develop an app for Appleâs iOS youâll have to redo the whole thing if you also want to roll out on Android. Being a well-rounded mobile developer, therefore, requires having a command of a variety of languages, coding environments, and technologies.
+ 6
nivea youre welcome
+ 1
Thank you