Search This Blog

Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Sunday, May 22, 2016

Xamarin: Simple Client Service Communication

A very simple example showing how to implement a client-service communication between Xamarin Android client and a .NET service.

Saturday, March 5, 2016

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.

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.

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.

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.

Sunday, March 4, 2012