+ 2
Creating an app
How exactly can I create an app and what tools do I need to know exactly for me to create an app
4 ответов
+ 2
You need Visual Studio Code to make flutter appm
+ 2
To create an app for mobile, windows, mac, web -- and which language you program in - all are different answers.
Most people use an IDE and the IDE includes the build tools for the language you are using. There are also command lines versions for each language. On top of that, there are several IDEs available and many IDEs support multiple languages.
Popular IDEs are:
- Microsoft Visual Studio Community Edition
- Jetbrains has a variety of IDEs depending on your language.
- Mac offers XCode as well.
- Game engines such as Unreal, Unity, Godot - all have their own build tools as well.
Many people use Visual Studio Code - but it does not come with compilers, so you need to install whatever extensions and build tools you need separately.
Fortunately there are free IDEs for virtually every language and platform. Tell us what language and platforms you are using and we an advise you.
+ 1
Learn a programming language which is most suitable for your app.
+ 1
Android studio