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:

sfsameer

Well-Known Member
Licensed User
Longtime User
B4X , is it compatible with iOS too?
Hello,

It's B4XCode which is the name of our company.

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

so it's only for B4A for the time being but maybe in the future we will add the support for B4i as well :)

Thank you,
Saif
 

omarruben

Active Member
Licensed User
Longtime User
Hello,

It's B4XCode which is the name of our company.

And in the first post :


so it's only for B4A for the time being but maybe in the future we will add the support for B4i as well :)

Thank you,
Saif
Ok, thank you for the explanation, my understanding is : any code with B4X label is multiplatform supported
 

sfsameer

Well-Known Member
Licensed User
Longtime User
We have just added new beautiful designs with a great animation :)

Every Saturday we will be releasing new designs and updates to the library.

Version 1 will be released today (10-04-2021) 11:00 PM (GMT 2+)

View attachment 111392
The library has been released and we have sent the download link and the Guide on how to edit-view-recompile the library :)
 

AnandGupta

Expert
Licensed User
Longtime User
Hi @sfsameer

I hope to find you in good health in this trying time.

Any update on B4XCode UI Kit ?

I have high hopes in making good design UI using your Kit, as I am one of the lucky winner of the wheel of luck. I have made a first of kind app (widget)

but the screen (interface) is damp squib compare to your creations, see below,
p3.png


So I was looking forward to using your given samples and make my app more worth while.

Regards,

Anand
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hi @sfsameer

I hope to find you in good health in this trying time.

Any update on B4XCode UI Kit ?

I have high hopes in making good design UI using your Kit, as I am one of the lucky winner of the wheel of luck. I have made a first of kind app (widget)

but the screen (interface) is damp squib compare to your creations, see below,
View attachment 113064


So I was looking forward to using your given samples and make my app more worth while.

Regards,

Anand
Hello Dear,

We have more than 3 open projects currently that's why we had to delay the B4XCode Material UI, but the update will be released as soon as possible that's a promise :)

-Seeing the screenshot above, it seems you didn't configure the library correctly, we will upload a video showing how to use the library in the new update.

Thank you,
Saif
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello Everyone :)

on 29-05-2021 11:00 PM GMT 3+ we will upload a new amazing update and it will include new 14 designs :)

The update will also contain installation video and sample codes on how to use the library :)

Thank you,
Saif
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Hello everyone :)

The library has been updated, please use the same download link we sent you earlier to download the latest update.
Update version : 2.0

You can now create a login page by adding 2 lines only to your activity :
B4X:
    Dim LoginPage As ClsLoginPage
    LoginPage.Initialize(Activity,Me,"loginpage","Application Name")

You can also create a register page by adding 2 lines only to your activity :
B4X:
    Dim RegisterPage As ClsRegisterPage
    RegisterPage.Initialize(Activity,Me,"registerpage","Application Name")

We have added usage samples in the Main Module as well as there is a Readme.txt file you should check out

Main.jpg


*Next update version : 3.0

Thank you,
Saif
 
Top