0
Team
What are some tips on how to build applications?
Reply on This
0 Subscribers
Submit Answer
0 Answers
Yes, and actually it’s a good option for creating performant cross-platform code for a mobile app. Both iOS and Android toolchains will compile and link C. Both require a little glue code here and there in Objective C and Java, but for the most part both have:
I honestly think network code on iOS is easier in C using the built-in POSIX/BSD socket lib than it is using the higher-level iOS API.