I made an online music player with PHP code server and I have no problem fetching data in JSON format. I have a problem with the Android side where no data is shown in my recyclerview although I initialized it correctly. Please help me to find out what’s wrong. Here’s my code: MainActivity: ListAdapter: Class to get my data by
Tag: server
TCP connection between 2 Virtual Box machines on 1 local host [closed]
I wrote a Client/Server app in java using TCP connection. For the Client to run I need to provide it with IP of the server. It works well on two consoles on one Windows with IP = localhost, but not on …
Serving a zip file generated in server and stored in memory
I need to generate a bunch of xml files with data from my java based web system, that represent a whole export of another system based in XML. Such system will accept this import later. My approach is to create all files in memory, then save each one as entries it to a zip also in memory, which later is
Cannot connect to Wildfly
I have just installed Wildfly and I tried to connect it : But gives me follow error : Failed to connect to the controller: The controller is not available at localhost:9990: java.net.ConnectException: WFLYPRT0053: Could not connect to remote+http://localhost:9990. The connection failed: WFLYPRT0053: Could not connect to remote+http://localhost:9990. The connection failed: Connection refused: no further information I tried a lot of
Run custom TextSecure (Signal) server
I am trying to start my custom TextSecure (Signal) server. I want to use it for all functions that Signal has (both SMS and telephony). I believe that I also need redphone server to run telephony. I’ve found github repos for TextSecure server only https://github.com/WhisperSystems/TextSecure-Server but no repos for redphone server. I think that I also need to run this