Click here to Skip to main content
15,885,875 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: android action bar Pin
Richard MacCutchan7-Oct-12 2:00
mveRichard MacCutchan7-Oct-12 2:00 
AnswerRe: android action bar Pin
msh667-Oct-12 2:26
msh667-Oct-12 2:26 
Suggestioncan i move objects in blackberry os 5.0? Pin
AmanArora19876-Oct-12 7:18
AmanArora19876-Oct-12 7:18 
GeneralRe: can i move objects in blackberry os 5.0? Pin
Richard MacCutchan6-Oct-12 21:32
mveRichard MacCutchan6-Oct-12 21:32 
GeneralRe: can i move objects in blackberry os 5.0? Pin
AmanArora19878-Oct-12 7:40
AmanArora19878-Oct-12 7:40 
GeneralRe: can i move objects in blackberry os 5.0? Pin
Richard MacCutchan8-Oct-12 8:44
mveRichard MacCutchan8-Oct-12 8:44 
QuestionIs X509Certificate can be use for windows mobile application security? Pin
Affan Saied5-Oct-12 23:52
Affan Saied5-Oct-12 23:52 
SuggestionWindows Phone 7: how to create VoIP apps in WP7 Pin
Will19843-Oct-12 3:28
Will19843-Oct-12 3:28 
Hello,

I wished to create VoIP apps for my Windows Phone 7 and I used a sample program provided by Ozeki VoIP SIP SDK. On client side I used Visual Studio 2010 for my project. They provided me codes for every step which was very helpful for me. For example: how to set the user interface layout for my project. Based on the codes it was an easy task to build my app. For example: The event handler for the Stop Call button is shown in this code:

1.	private void btnStopCall_Click(object sender, RoutedEventArgs e)  
2.	{  
3.	    if (callProcess)  
4.	    {  
5.	        txtboxInfo.Text = "Call stop, ready to call.";  
6.	        connection.InvokeOnConnection("CallStop");  
7.	        ReleaseStreams();  
8.	        btnCall.IsEnabled = true;  
9.	    }  
10.	} 


The server side codes for server class definition, handling client connection and disconnection, changing the client’s call state into InCall, invoking the client side OnPlayRemoteStream method, notifying the remote client about the end of the call were provided as well. For example:

1.	public void CallStop(IClient invokerClient)  
2.	{  
3.	    if (Clients.ContainsKey(invokerClient))  
4.	    {  
5.	        MyClient invoker = Clients[invokerClient];  
6.	        invoker.RemoteParty.OnCallStop();  
7.	    }  
8.	}  


If you are interested in this topic you can find the other codes for the project here http://voip-sip-sdk.com/p_511-windows-phone-platform-voip.html.

Good developing! Wink | ;)

Will
GeneralRe: Windows Phone 7: how to create VoIP apps in WP7 Pin
Richard MacCutchan3-Oct-12 4:38
mveRichard MacCutchan3-Oct-12 4:38 
Generalasp .net to mobile sms how to send write the code in asp.net Pin
Durgeshyadav20122-Oct-12 23:16
Durgeshyadav20122-Oct-12 23:16 
GeneralRe: asp .net to mobile sms how to send write the code in asp.net Pin
Pete O'Hanlon3-Oct-12 0:17
mvePete O'Hanlon3-Oct-12 0:17 
QuestionNet scanner for IPhone - iOS Pin
Ciro Sisman Pereira27-Sep-12 15:34
Ciro Sisman Pereira27-Sep-12 15:34 
SuggestionGetting Roaming Prompt in blackberry? Pin
AmanArora198725-Sep-12 23:30
AmanArora198725-Sep-12 23:30 
GeneralRe: Getting Roaming Prompt in blackberry? Pin
Joan M29-Sep-12 0:01
professionalJoan M29-Sep-12 0:01 
GeneralRe: Getting Roaming Prompt in blackberry? Pin
Joan M30-Sep-12 20:48
professionalJoan M30-Sep-12 20:48 
GeneralRe: Getting Roaming Prompt in blackberry? Pin
AmanArora198730-Sep-12 21:33
AmanArora198730-Sep-12 21:33 
Questionandroid:long press in buttons Pin
anoopgolden22-Sep-12 6:07
anoopgolden22-Sep-12 6:07 
AnswerRe: android:long press in buttons Pin
Andrei Straut24-Sep-12 2:20
Andrei Straut24-Sep-12 2:20 
GeneralRe: android:long press in buttons Pin
anoopgolden24-Sep-12 3:33
anoopgolden24-Sep-12 3:33 
GeneralRe: android:long press in buttons Pin
Andrei Straut24-Sep-12 3:41
Andrei Straut24-Sep-12 3:41 
QuestionHow to use "RadioStatusListener" for Roaming in Blackberry? Pin
AmanArora198721-Sep-12 21:57
AmanArora198721-Sep-12 21:57 
AnswerRe: How to use "RadioStatusListener" for Roaming in Blackberry? Pin
Joan M22-Sep-12 9:14
professionalJoan M22-Sep-12 9:14 
QuestionNeed HELP for Android !!!!! Pin
mAzeem2220-Sep-12 21:10
mAzeem2220-Sep-12 21:10 
AnswerRe: Need HELP for Android !!!!! Pin
Aditya_Pandey21-Sep-12 1:22
Aditya_Pandey21-Sep-12 1:22 
GeneralRe: Need HELP for Android !!!!! Pin
Pete O'Hanlon21-Sep-12 1:36
mvePete O'Hanlon21-Sep-12 1:36 

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.