Android GeckoView compiling How-To

Ok you want to use a WebView in your Android App… I express my concerns about webviews-abuse before in particular cause respect to other Android libraries you don’t have absolutely any control on that and when shit happens the only thing you can do is report the issue and wait that the Google God release ...

WebView blank page issue on Chrome 75 and above? Check that the MIME type is not NULL!

Again just want to report a silent change that has been deployed on the Android WebView component starting from the 75 version.If by any chance are you using a WebResourceResponse you could use the following constructor public WebResourceResponse(String mimeType, String encoding, InputStream data) or public WebResourceResponse(String mimeType, String encoding, int statusCode, @NonNull String reasonPhrase, Map ...

Trying Vuforia with Android Studio

So you have heard of Augmented Reality (AR) and all the coolness you can do with it, you wanna try right? There are a lot of AR engines out there but one of the best you can put the “dirty” hands on is Qualcomm Vuforia. First of all you need to create an account on the ...