Share My Creation Teamviewer Alternative : Web Control Source Code - sfsameer (first post)    Apr 08, 2021   (1 reaction) We have posted it in the B4J Questions which it suppose to be in Share my creations My Apologies for the mistake, i have sent dear @Erel a PM to move it :) Share My Creation Car Booking/Rental App(Uber alternative) : Source Code For Sale - sfsameer (first post)    Feb 17, 2021 Again, if you have any problem or a question send me a Private message or an email and we will help you through the problem.
This is share my creation not a topic for questions or reports. Share My Creation Dengram: Funny Memes & Videos - sfsameer    Feb 11, 2023   (8 reactions) Hello everyone, *Starting off by thanking @Erel for making this possible for us ❤️ Couple of weeks ago we released our first entertainment platform! Users can login/register and post their own content(videos, images, GIFs, etc..) Dengram is the app for you to have a good laugh, kill time and con B4A Library In-App Update Library - sfsameer (first post)    Jan 08, 2021   (1 reaction) Amazing library, thank you for sharing :) Share My Creation B4XCode Material Kit - sfsameer (first post)    May 31, 2021   (2 reactions) Glad you like it my dear and thank you for the screenshots ❤
The next update is coming very soon BTW and it will have much more designs and pre-created pages :) Share My Creation Booking Website System B4J Web App : Source code - sfsameer (first post)    Dec 12, 2021   (1 reaction) 1-We almost never add payment API in our projects, because they are always changing and they require a lot of setup, account creations, certain enrollments, etc... 2-Once it's released we will release a demo. Share My Creation Skype & Twitch Alternative : Source code for sale - sfsameer (first post)    Feb 13, 2021 That post is for discussing the idea, this one is for announcing the creation and app updates :) B4J Library B4JServer QRCode Generator - sfsameer (first post)    Feb 27, 2023   (3 reactions) Hello, Great library! , but i would recommend using the client side QR Code creations : <div id="qrresult"></div> <script src="https://cdn.jsdelivr..min.js"></script> Dim strQR As String strQR = $"const qrcode = new QRCode(document.getElementById('qrresult'), { text: '${strShortURL}', wi B4A Library [Lib] Global Proxy Connector & DNS Changer - sfsameer    May 25, 2021   (19 reactions) 3- In the Globals sub Add: Sub Globals Dim b4xpc As B4XCodeProxyConnector End Sub 4- Initialize the service : b4xpc.Initialize 5- Then Create the service (it will prepare the VPN to create a profile in the system settings) : b4xpc.CreateService 6- Set the Proxy server IP & Port : b4xpc.SetPro B4A Question Doubt about data loss in sqlite - sfsameer (first post)    May 25, 2021   (3 reactions) Hello, Well have certain procedures we follow when we develop a project containing an sqlite database : 1- We never create the Sqlite database dynamically, we always create the database in "sqlitebrowser.org" and in case we need to add certain column or table then we do that in the B4X code, but th Page: 1   2   3   Powered by ColBERT |