How to fully develop a mobile application | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How to fully develop a mobile application

Please I am searching a complete answer to this, I want to develop a mobile app with front end and back end what do I need to learn (languages, techs, frameworks, ...) in order to do it ?

11th Feb 2017, 3:23 PM
Amine M. Boulouma
Amine M. Boulouma - avatar
2 Antworten
0
A complete answere to you question can make a whole book but i will try to give you minimum basics. There are many languages, tools ,frameworks and techs that you can use. It depend on so many things such as what kind of app do you want to build (native or hybrid); on which plateform (android,ios or windows mobile) you to provide your app. If you want to build native app for android you need to first be comfortable with java and then learn Android programming. For ios you need to know how to code with objective C and for Windows mobile C# programming language. If you instead opted for hybrid app you can use tool like Cordova or react-native with which you can build hybrid cross-platform app(app than can run on many plateform without need to rewrite you code in another language) using JavaScript. If you want your app to communicate with a back end server you can use any back end programming language like php, python or node.js to build Api for your app. Hope these informations will be helpful... For further infos will be glad to help you
11th Feb 2017, 5:34 PM
Abdoul Seibou
Abdoul Seibou - avatar
0
thank you for such informations
12th Feb 2017, 3:19 AM
Amine M. Boulouma
Amine M. Boulouma - avatar