Android

Using WebView from more than one process

Posted on

Using WebView from more than one process at once with the same data directory is not supported. I faced above issue when launching app, its a Native Android app having integrated Flutter code. Below I explain the details and fix for the issue. To integrate in Flutter app in to Android Native app. I have […]

Android

Display Animated Gif Image, Android

Posted on

Recently, I’ve worked displaying Animated Gif Image as while loading some network stuff in app screen. Solution for displaying the Animated gif image After some struggle for it, I finally happen to use Webview for displaying the Animated gif image which worked as required. Here is simple code snippet I place this WebView in a RelativeLayout <WebView […]