0
Use c++ codes to make android apps
Can use c++ programming to build android apps by android studio platform?
2 Answers
+ 3
Yes you can
0
technically you could do android app with only C++, but that means interfacing yourself with android system... wich should be a pain ^^
as stated by Martin Taylor you should use at least a minimal java/kotlin couch to easiest interface your C++ code with android system ;)