Click here to Skip to main content
15,894,343 members
Home / Discussions / Android
   

Android

 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 5:40
mveRichard MacCutchan8-Sep-14 5:40 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 6:54
jojoba208-Sep-14 6:54 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 7:22
mveRichard MacCutchan8-Sep-14 7:22 
QuestionRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba208-Sep-14 10:17
jojoba208-Sep-14 10:17 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan8-Sep-14 20:33
mveRichard MacCutchan8-Sep-14 20:33 
AnswerRe: FragmentTabHost in VS2013 - xamarin C# Pin
jojoba209-Sep-14 3:33
jojoba209-Sep-14 3:33 
GeneralRe: FragmentTabHost in VS2013 - xamarin C# Pin
Richard MacCutchan9-Sep-14 5:20
mveRichard MacCutchan9-Sep-14 5:20 
Questionprint directly to printer on server (xamarin C#) Pin
jojoba205-Sep-14 1:46
jojoba205-Sep-14 1:46 
I want to add a method by which I can directly print report from the printer on local network.
my server which printer is connected to is 192.168.1.50
(my printer isnt Bluetooth OR Wifi one.)
I also have seen PrinterShare but it looks like it requires a client software running on a PC connected to the printer.
I wanna to do it directly to server which has printer connected and shared!
I got this code but no USE!!!
I wanna to do that in (xamarin C#)
try
{
Socket sock = new Socket("192.168.1.222", 9100);
PrintWriter oStream = new PrintWriter(sock.getOutputStream());
oStream.println("HI,test from Android Device");
oStream.println("\n\n\n");
oStream.close();
sock.close();
}
catch (UnknownHostException e)
{
e.printStackTrace();
}
catch (IOException e)
{
e.printStackTrace();
}

Thanks in advacned!
SuggestionRe: print directly to printer on server (xamarin C#) Pin
Richard MacCutchan5-Sep-14 2:37
mveRichard MacCutchan5-Sep-14 2:37 
QuestionRe: print directly to printer on server (xamarin C#) Pin
jojoba205-Sep-14 7:22
jojoba205-Sep-14 7:22 
AnswerRe: print directly to printer on server (xamarin C#) Pin
Richard MacCutchan5-Sep-14 7:25
mveRichard MacCutchan5-Sep-14 7:25 
QuestionRe: print directly to printer on server (xamarin C#) Pin
jojoba205-Sep-14 9:58
jojoba205-Sep-14 9:58 
AnswerRe: print directly to printer on server (xamarin C#) Pin
Richard MacCutchan5-Sep-14 21:25
mveRichard MacCutchan5-Sep-14 21:25 
AnswerRe: print directly to printer on server (xamarin C#) Pin
Dominic Burford15-Sep-14 2:23
professionalDominic Burford15-Sep-14 2:23 
Questionhow to change to vibrate mode when screen is on? Pin
Chandru N.N29-Aug-14 3:29
Chandru N.N29-Aug-14 3:29 
AnswerRe: how to change to vibrate mode when screen is on? Pin
Richard MacCutchan29-Aug-14 4:14
mveRichard MacCutchan29-Aug-14 4:14 
SuggestionRe: how to change to vibrate mode when screen is on? Pin
David Crow5-Sep-14 5:24
David Crow5-Sep-14 5:24 
AnswerRe: how to change to vibrate mode when screen is on? Pin
Ali Anderson9-Sep-14 0:52
Ali Anderson9-Sep-14 0:52 
Questionandengien games Pin
Pradeep 122627-Aug-14 20:43
Pradeep 122627-Aug-14 20:43 
QuestionWhat data type is this? Pin
hansoctantan27-Aug-14 0:58
professionalhansoctantan27-Aug-14 0:58 
AnswerRe: What data type is this? Pin
Richard MacCutchan27-Aug-14 2:11
mveRichard MacCutchan27-Aug-14 2:11 
QuestionRe: What data type is this? Pin
David Crow4-Sep-14 2:06
David Crow4-Sep-14 2:06 
AnswerRe: What data type is this? Pin
jorgesys9-Oct-14 8:52
jorgesys9-Oct-14 8:52 
Questionandroid: right to left gridview eclipse Pin
m_rafiei136223-Aug-14 9:03
m_rafiei136223-Aug-14 9:03 
AnswerRe: android: right to left gridview eclipse Pin
Richard MacCutchan23-Aug-14 22:45
mveRichard MacCutchan23-Aug-14 22:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.