Your cart is currently empty!
Category: Uncategorized
ExBrowser 2.018
Today we released ExBrowser version 2.018 In this version we have: Optimized some commands and functions to perform a bit faster Adjusted the md5 hash check on exb-data-2018.zip so that it does not always redownload the file when opening a software, or source code. Please download the new DLL from your members dashboard, and overwrite…
Multithreading – Control the Flow
Hi guys. So hope you’re all doing well. In today’s video we will talk about logical flow, mainly related to multithreading. So I had some discussion via the support system with some guys about how to manage threads. A couple of days or weeks ago, I recorded that video, “How to build a state…
How to Code – Instagram Login
https://youtu.be/p7zMIhFUZnc Hi guys. Welcome back. Let’s do another session of How to Code. Have our 15 minutes timer here, and what I would like to look into today is Instagram. Let’s see. I think many of you are probably using that site. It’s one of the bigger sites and as you guys know, if…
Use a Stat Monitor to notify Users
https://youtu.be/PR1P27r6jBg If something happens in your application, you should notify your users. So they don’t think that the app is stuck. Because if you don’t do that, people will cancel or close the app. So you should add some notifications into your app, so people know what’s going on. Hi, good morning everyone. Greetings…