I'm developing an application for Android in java (Android Studio), and I need to receive some information from a server plugin that is in C ++, the information I need to receive is the position of the player and its respective id, as I can send this information for java in C ++ and in real time?
↧