Last post show a " Simple web server using org.apache.http.protocol.HttpService ". In this post, I tried to provide image download, by visi…
قراءة المزيدIt is a example of simple web server, using org.apache.http.protocol.HttpService. org.apache.http.protocol.HttpService is a server side HTTP protoco…
قراءة المزيدThe post " File transfer via Socket, between Android devices " show how to send text file between Android devices using Socket. In this exa…
قراءة المزيدThis example show how to transfer file between Android devices, via Socket. In server side, it start a Thread to run a ServerSocket and wait for conn…
قراءة المزيدIt's client side of Simple Android Chat Application, for the server side, refer last post " Implement simple Android Chat Application, serve…
قراءة المزيدIt's a simple example of Chat app running on Android devices, both server and clients. One device run AndroidChatServer to wait connection from c…
قراءة المزيدExample to implement simple HTTP server on Android: MainActivity.java package com.example.androidhttpserver; import java.io.BufferedReader; import ja…
قراءة المزيدIt's Java/JavaFX version if the server of the Android Client/Server example , run on PC. package javafx_server; import java.io.DataInputStream; i…
قراءة المزيدIt's the Java/JavaFX version of Android client run on Raspberry Pi (via Netbeans 8 Remote Platform), to link with Android Server . In the video,…
قراءة المزيدIt's Java/JavaFX version of the client running on PC, to link with Android Server . package javafx_client; import java.io.DataInputStream; impor…
قراءة المزيدIn previouse example of " Bi-directional communication between Client and Server, using ServerSocket, Socket, DataInputStream and DataOutputStre…
قراءة المزيد
Social Plugin