The Tabi App is written in C# using the Xamarin Framework and Xamarin Forms. The written code compiles to an Intermediate Language for Android, which is then Just-in-Time (JIT) compiled to native assembly on the phone. For iOS the very same code is Ahead-of-Time (AOT) compiled into native ARM assembly code. This results in near-native performance of the app, while keeping access to all platform-specific APIs.
As an Integrated Development Environment (IDE) we recommend Visual Studio for Windows or Mac, available for free in the Xamarin Store. Other versions of Visual Studio -- i.e. Professional or Enterprise -- can be used as well.
<iframe src="https://www.youtube.com/embed/5j1-abSuQxI" frameborder="0" allowfullscreen="true"> </iframe>In src/Tabi.Shared/Config
duplicate and rename the following files:
config.debug.sample.json
toconfig.debug.json
config.release.sample.json
toconfig.release.json
For setting up the backend api visit the repository: tabi-backend