+ 1
How can i start to develop android app if i only knows C Language
5 Réponses
+ 1
As far as what I know, to develop android apps, you have 3 ways :
1. using java and xml to develop native android apps using android studio
2. using HTML, CSS and JS to develop hybrid android apps (like using phonegap)
3. using C# to develop hybrid android apps too (like using xamarin)
And to answer your questions, no, I believe you can't start to develop android apps if only knows C languages. Your best choice I think is to learn C# or java
+ 1
ha
+ 1
I know there is a way to develop Android apps in C++ (with the NDK?), so you may in fact be able to use your C knowledge as a starting point.
+ 1
you Can use xamarin is the best for developening mobile apps if you are skilled only with the C code.
0
thanks to all