Guides
How To generate docs for extension?
Extension developers spend a lot of time in making extension but even after that they need to work on documentation which is sometimes a big job.So, this tutorial will surely…
How to use Camera and Mic in CustomWebView?
In this guide I’ll explain about using camera and mic in CustomWebView extension. First of all create 3 global variables. Now setup webview on Screen initialize. You’ll need to setup…
Snippets related to CustomWebView extension
CustomWebView extension offers a lot of features, which makes it often confusing. So in this post I’ll cover the most asked questions related to the extension and share some snippets…
Create a Secure Backup System with Drive
So in this guide I’ll try to create a secured backup system just like WhatsApp. It backups user’s data to a hidden folder (AppDataFolder) in their own drive. Google offers…