Skip to content

Instantly share code, notes, and snippets.

@nguyenthanhliemfc
nguyenthanhliemfc / DropBoxService.cs
Created January 13, 2019 07:19 — forked from thomashagstrom/DropBoxService.cs
Xamarin.Forms DropboxService API v2
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Dropbox.Api;
using Dropbox.Api.Files;
using HLI.Forms.Services;
@nguyenthanhliemfc
nguyenthanhliemfc / Snake.cs
Created December 5, 2019 13:02 — forked from M2vH/Snake.cs
My personal view on Snake from @JerryNixon
// based on the work of JerryNixon
// find origin code here
// https://gist.github.com/JerryNixon/52e2821cdf888a3c492e22397c4b5dda
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Threading;
@nguyenthanhliemfc
nguyenthanhliemfc / xamarinandroidbindings.md
Created July 16, 2020 07:18 — forked from JonDouglas/xamarinandroidbindings.md
Xamarin Android Bindings Troubleshooting

Approaching a Xamarin.Android Bindings Case

1. Investigation

One of the best ways to investigate a problematic Xamarin.Android Binding is to first ensure you have the proper tooling available: