Skip to content

pove/linkame.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkame.app

Linkame Android App with Visual Studio Community and Xamarin Platform

Install Prerequisites

Download and install Visual Studio Community and Xamarin Platform from Xamarin download page.

Setup

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/";
...

About

Linkame Android App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages