+ 19
How to create app& what are required to create app
10 Respuestas
+ 27
it depends on the platform (Android Smartphones, Apple Smartphones, Windows) and your wish to create apps for, what you have to use.
android studio, java, kotlin, c++: for android smartphones, tabletts
https://developer.android.com/studio/index.html
you will find also an engine for swift and apple smartphones
https://developer.apple.com/xcode/
visual studio, c#: for windows
https://www.visualstudio.com/de/downloads/
and so on, have fun and keep on coding 👍😉
+ 13
Thanks for your nice sharing @tooselfish! I hope with it you can prove yourself useful to the SoloLearn community! 😄👍
+ 12
tnx
+ 9
tnx
+ 7
tnx
+ 2
you Can also develop webapp in webview
+ 1
I think there are terms and conditions on the App Store and play store
0
tnx
0
It depends on your project and other factors, e.g,
1. if you want go with native tech then , Swift for ios or java android studio.
2. If you want to write once and run everywhere cross-platform, then C# Xamarin or Js based Frameworks like React Native and Native Script.
3. Hybrid-Apps, which are cordova/web-view based, frameworks like Ionic , angular , framework 7, Vuejs etc.
Cross-platform applies here also.
They all have there Up’s and Downs.
So i would suggest that you do your research and choose best one that fit your needs.