Android Chat App

Any idea how i can do the network part? GD4 ha a simple networke example but only works for pc. So how can i upload a message to a Server like Xampp and load them? I already did the GUI part for the App .

Hi, you can use almost any programming language (Go, Python, Ruby) but almost all of my projects are done in NodeJS, and since you are planning to make a chat app is the best choice for backend since its asynchronous and can handle many requests at the same time. I will be glad to help if you need it.