How can i connect to WiFi printer using IP address on Android?
WifiManager wifi = (WifiManager)getSystemService(Context.WIFI_SERVICE);
WifiConfiguration wc = new WifiConfiguration();
Please help me
|
How can i connect to WiFi printer using IP address on Android?
Please help me
| ||||
|
feedback
|
|
I dont know exactly but I think that java socket class will help you. WifiManager is only to configur wifi on device. You should simple create socket class and send data. | |||
|
feedback
|