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

link|improve this question

20% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.