Nicholas Ventimiglia

Results 26 issues of Nicholas Ventimiglia

https://github.com/NVentimiglia/TDAmeritrade.DotNetCore

https://gist.github.com/NVentimiglia/2268e94b64dfe187a5907f20fbc9848b

Is disabling the notification sound an option?

package id="Xamarin.Android.MP4Transcoder" version="1.0.9" targetFramework="monoandroid60" ````` public class VideoUtilityAndroid { public async Task ConvertFileAsync( string inputPath, Action onProgress = null) { File inputFile = new File(inputPath); if (Android.OS.Build.VERSION.SdkInt >= BuildVersionCodes.Kitkat) {...

Why in the world would you make an ioc demo app include a bunch of assets ? Ooh god missing asset exceptions.

What is the difference between Get and Find ?