+ 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

1st Dec 2024, 2:47 PM
Derrick Chomba
Derrick Chomba - avatar
4 Antworten
+ 2
You need Visual Studio Code to make flutter appm
1st Dec 2024, 4:57 PM
A͢J
A͢J - avatar
+ 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.
1st Dec 2024, 5:12 PM
Jerry Hobby
Jerry Hobby - avatar
+ 1
Learn a programming language which is most suitable for your app.
1st Dec 2024, 6:04 PM
Alhaaz
Alhaaz - avatar
+ 1
Android studio
2nd Dec 2024, 11:45 AM
Kaushik
Kaushik - avatar