Share My Creation B4XCode Material Kit

Sandman

Expert
Licensed User
Longtime User
Well, at least we know they haven't ceased to exist, as he was last online yesterday evening. So I imagine he's reading all this, but perhaps simply been too busy to respond? It must be very stressful getting the websites up and running, whilst also finishing B4XDatabase. And let's not forget about Unity3d in B4X, which I know many are excited about.


 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello,

A new update will be released on 11-10-2022 (dd-MM-yyyy) at 11:00 GMT 3+

10+ New designs for B4A
10+ New designs for B4J

In the meantime please email us at the below addresses with your previous purchase ID or a screenshot or any purchase proof you can provide so we can send you the updates once they are released :

info@b4xcode.com
or at :
b4xcode.com@gmail.com

Thank you,
Saif
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello,

A little preview for the upcoming update.

The below designs are 2 classes that can be simply added as the following :

B4A:
    Dim cls1 As ClsOnBoardingPage1
    cls1.Initialize(Activity,Me)
    cls1.Beautify_Activity
    cls1.Add_Title1("B4XCode")
    cls1.Add_Title2("UI Kit new update.")
    
    Dim cls As ClsLoadingFinished1
    cls.Initialize(Activity,Me)
    cls.Start_Animation
    cls.Add_Title("Loading Finished.","Redirect to another page...")
    cls.Add_SecondPage(SecondActivity)


 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello,

A little preview for the upcoming update.

B4J Landing page :

B4X:
Dim cls As ClsLandingPage1
        cls.Initialize
        cls.InitializePanels(frm,100,200,800,200)
        cls.Add_Title("A Product Featuring the best landing")
        cls.Add_sub_Title("Now you can browse privately, and other people who use this device won't see you activity.")
        cls.Add_Button("Try For Free")
        cls.Add_menu("Products")
        cls.Add_menu("Solutions")
        cls.Add_menu("Pricing")
        cls.Add_menu("Strategy")
        cls.Add_menu_Button("Sign in")
        cls.Add_BottomBar("Good day, Did you check our latest products releases?")

 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…