Skip to content

Xamarin.Forms app that displays data from Guild Wars 2 API, used as a playground for learning C# and .NET

License

Notifications You must be signed in to change notification settings

iyarashii/Gw2Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gw2Sharp

Trading post feature 2nd image Gw2Sharp is a Xamarin.Forms app used to display data from the Guild Wars 2 API.
For now, it lets you check recent gold to gem ratio from in-game currency exchange. This app also allows you to browse item details by typing item names and checking item's API data.
It uses local SQLite database to store item names and ids so that it can convert typed item name to correct item id.

Building

Build the solution with Visual Studio 2017 or newer.

Installation guide

Follow these steps to install on Windows 10:

  1. Turn on app sideloading:

    1. Open Windows 10 Settings.
    2. Click Update & Security > For developers.
    3. On Use developer features, select Sideload apps.
  2. Import the security certificate:

    1. Download the security certificate.
    2. Open the security certificate and select Install Certificate.
    3. On the Certificate Import Wizard, select Local Machine.
    4. Import the certificate to the Trusted Root Certification Authorities folder.
  3. Install the app:

    1. Download appx bundle.
    2. Double-click downloaded appx bundle and click install.

Follow these steps to install on Android:

  1. Download the newest apk to your Android device.
  2. Run the apk on the device.

Updating database

After successful installation run the app, go to Settings and click Update local item name & id database wait for it to finish.
You should repeat this action after every Guild Wars 2 update to keep the local database up-to-date.

Setting Menu: Settings menu image During update: Download progress image After successful update: Update finished image

Usage

Currently this app has two main functions: you can check recent gold to gem ratio from in-game currency exchange and browse item details and prices by typing item names and checking Trading Post's API data.

Below are the screenshots of this app's main features

  1. Splash screen: Splash screen image
  2. Main menu: Main menu image
  3. Gem exchange feature: Gem exchange feature image
  4. Trading Post feature: Trading Post feature image Trading post feature 2nd image

About

Xamarin.Forms app that displays data from Guild Wars 2 API, used as a playground for learning C# and .NET

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages