A very simple example showing how to implement a client-service communication between Xamarin Android client and a .NET service.
Search This Blog
Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts
Sunday, May 22, 2016
Saturday, March 5, 2016
Converting Android Projects from Eclipse to Android Studio
Step by step procedure how to convert Android projects from Eclipse to Android Studio.
Sunday, March 23, 2014
Remote Procedure Calls between Android and .NET
Simple example showing Remote Procedure Calls between Android and .NET based on TCP.
And few words about RPC vs. Messaging.
And few words about RPC vs. Messaging.
Monday, August 12, 2013
Android: Fast Communication with .NET Using Protocol Buffers
Improve the performance of interprocess communication between Android and .NET using fast binary serialization (Protocol Buffers) instead of XML or JSON.
Saturday, March 9, 2013
How to add Eneter Library into Android Project
Summary: Step-by-step procedure showing how to add Eneter library into your Android project in Eclipse.
Tuesday, February 12, 2013
Eneter Messaging Framework 5.0
Summary: Brief overview about Eneter 5.0 functionality.
Labels:
.NET,
Android,
Communication,
Compact Framework,
Java,
Mono
Saturday, November 10, 2012
Server Exposing Services via one IP Address and Port
Summary: Simple example showing how to implement a server exposing multiple services via one IP address and port.
The communication is realized via TCP and the implementation is provided for .NET and Android.
The communication is realized via TCP and the implementation is provided for .NET and Android.
Monday, July 30, 2012
Android: How to Receive Notification Messages from Multiple .NET Applications via Websockets
Summary: Simple example showing how an Android application can subscribe to receive notification messages from multiple .NET applications using Websockets.
Wednesday, July 4, 2012
Eneter Messaging Framework 4.1
Summary: Eneter supports communication via Websockets.
Sunday, March 4, 2012
Android: How to communicate with .NET application via TCP
Summary: Simple example showing how to communicate between Android and .NET application.
Subscribe to:
Posts (Atom)