Share My Creation B4XCode Material Kit

Hello everyone :)
*Starting off by thanking @Erel for making this possible for us ♥

We have started building an amazing Material Kit Library.

Currently it contains 7 designs, but we are planning on reaching 400+ designs before the end of this year.
design1.JPG


Purchasing this library will give you :
1- Future designs updates (Life time free updates)
2- Library B4A Source Code
3- Jar + Xml Files

Library cost price : 20$

*If you have any question or you need help please contact us @ : [email protected] or @ : [email protected] and we will get back to you right away.

We will upload the design updates here

Thank you,
Saif
 
Last edited:

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.

1648722935185.png

 

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 :

[email protected]
or at :
[email protected]

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?")

 
Top