+ 1
Is there any problem if i use C language for android app development instead of java?
3 Antworten
+ 4
Whoops, sorry! The extra bracket at the end just messed it up. Here's the working link to it - https://developer.android.com/studio/projects/add-native-code.html
+ 4
When working with Android Studio, they do very much allow support for both C and C++ to be used instead of Java and/or Kotlin. Even though they don't seem to be as popular as Kotlin as of right now for Android development, they can definitely be used and are even looked at by some people as good alternative languages when developing for Android, so I would recommend checking out Android Studio and developing with that (here's how you can add C/C++ to your project - https://developer.android.com/studio/projects/add-native-code.html)
Hope this helped! d:
+ 1
Faisal-->Thanks, but the link is not working.