Linkame Android App with Visual Studio Community and Xamarin Platform
Download and install Visual Studio Community and Xamarin Platform from Xamarin download page.
You only need to set the Rest service URL of your linkame api. Open linkame/RestService.cs
and change the next code with your own:
...
public static class RestService
{
// Links rest api url
private const string url = "http://yourlinkamerestserviceurl/";
// Or use your local virtual host: "http://192.168.0.X/linkame/api/public/";
...