I develop an application which has several tasks like report generator, show history etc,
now I want to add a method by which I can directly print these report from the printer on local network.
so I need that there is a Button named "Print" now when user click this button then my given text is directly print from the shared printer in local network by wifi connection.
my printer IP is 192.168.1.50
How I can do this by coding?
One solution is using Google Cloud print with android