0

Use c++ codes to make android apps

Can use c++ programming to build android apps by android studio platform?

27th Feb 2021, 1:05 PM
Muhammad Ali
Muhammad Ali - avatar
2 Answers
+ 3
Yes you can
1st Mar 2021, 4:50 AM
SammE
SammE - avatar
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 ;)
27th Feb 2021, 4:08 PM
visph
visph - avatar