Color selector application using B4XSeekBars and B4XFloatTextFields (B4A and B4J versions)

PaulMeuris

Well-Known Member
Licensed User
This application showcases the use of B4X views and the multi platform programming with the #If B4A and #If B4J directives.
This is how it looks like (first on my laptop then on my smartphone):
laptop01.png
sm01.png

A short description is available in the attachment: color_selector.pdf
You can find the source codes in the attachments: color_selector_30_B4J.zip and color_selector_30_B4A.zip
 

Attachments

  • color_selector.pdf
    245.6 KB · Views: 162
  • color_selector_30_B4J.zip
    10.8 KB · Views: 144
  • color_selector_30_B4A.zip
    18.1 KB · Views: 145

PaulMeuris

Well-Known Member
Licensed User
You can find a minor update in these attachments.
The second hex string is now 7 characters long (#FF00FF) and can be used to copy and paste in a style sheet.
Also note that the first hex string can be copied and pasted in the IDE color picker.
EDIT: replaced the B4J zip file with the correct version.
 

Attachments

  • color_selector_31_B4A.zip
    18.2 KB · Views: 145
  • color_selector_31_B4J.zip
    10.9 KB · Views: 134
Last edited:
Top