Gabber mobile applications written in Xamarin using native Android and iOS UIs and shared codebase via PCL.
Path | Info |
---|---|
/Gabber.Android |
The Gabber Android mobile application codebase |
/Gabber.iOS |
The Gabber iOS mobile application codebase |
/Gabber.PCL |
Shared codebase between Android/iOS, i.e. RESTClient, Database, Localisation, and DI |
Open Gabber.sln with Visual Studio and install the package dependencies. To use a local version of the GabberAPI update BaseAddress
in RESTClient to either use your local IP (as it runs on 0.0.0.0:5000
) or create an ngrok tunnel to expose the API.