Close
Skip to content

Softwareproduction

Software Development Blog, mainly C# and .NET

  • ASP.NET Core
  • Mobile Development
  • Code Generation
  • General Programming
  • Development Tools
  • Servers
  • Miscellaneous

Category: Mobile Development

Woman with VR goggles

Unity ARFoundation: Loading XRReferenceImageLibrary For ARCore At Runtime

August 2, 2019May 13, 2020Munir Husseini2 Comments

In the Unity forum, Lorenzo Valente posted an approach to dynamically loading ARCore imgdb (XRReferenceImageLibrary) files at runtime. His approach…

Read More 8458 views
An image of door lock.

Monkey Logon – Xamarin Apps With OAuth2Authenticator

November 22, 2017May 16, 2020Munir HusseiniNo Comments
This entry is part 7 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuth

Adding support for OAuth in Xamarin applications is easy. Most of the work is already implemented in the class OAuth2Authenticator. In…

Read More 10526 views
An image of door lock.

Monkey Logon – OAuth Code Flow From Within an Ongoing Implicit Flow

November 1, 2017Munir HusseiniNo Comments
This entry is part 5 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuth

In this post, I will show how to initiate an OAuth Code Flow from within an ongoing OAuth Implicit Flow…

Read More 10512 views
An image of door lock.

Implement OAuth Implicit Flow

October 10, 2017October 10, 2017Munir Husseini1 Comment
This entry is part 4 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuth

In the previous article of this series, we added external authentication providers to the sample application. In this article, we’ll…

Read More 11386 views
An image of door lock.

Register External Authentication Providers

September 28, 2017October 2, 2017Munir Husseini1 Comment
This entry is part 3 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuth

In the previous articles, we created a web application and added SSL. Next, we’ll register external authentication providers to allow…

Read More 10697 views
An image of door lock.

Add a Self-Hosted Server with SSL for Development

September 22, 2017October 3, 2017Munir HusseiniNo Comments
This entry is part 2 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuth

In the previous article, we created a new web application with ASP.NET Core 2 using the “ASP.NET Core Web Application”…

Read More 10632 views
An image of door lock.

ASP.NET Core 2 Service with ASP.NET Identity

September 22, 2017October 3, 2017Munir HusseiniNo Comments
This entry is part 1 of 6 in the series Monkey Logon - Xamarin, ASP.NET Core 2 & External OAuth

A common case for a modern mobile app: Users should be enabled to log on to a mobile app using…

Read More 13104 views

Xamarin on Android: Bypass SSL Verification With HttpClient

August 26, 2017September 29, 2017Munir Husseini1 Comment

To disable SSL verification while making HTTP calls with System.Net.Http.HttpClient in a Xamarin app on android, you need to supply a SSLSocketFactory and HostnameVerifier with all checks disabled. To do this, you’ll need to subclass AndroidClientHandler and override the appropriate methods.

Read More 15240 views

Xamarin: Failed to create JavaTypeInfo for class … due to System.NullReference Exception

June 15, 2017Munir HusseiniNo Comments

In my Xamarin\Android project, I wanted to use a WebView and add a JavascriptInterface to enable communication between my app and…

Read More 12917 views
(c) 2011-2020 Munir Husseini