Sell b4a app+code to company

techknight

Well-Known Member
Licensed User
Longtime User
It all depends on what you are developing/have developed, the want and need for this app/technology, and how bad someone else wants it along with the target market.

I like the topic of this thread because this very same thing has happened to us (as a company). As the sole electronics engineer and developer at my company, we manufacture standard static LED scoreboards and video/virtual scoreboards out of LED signs.

We have scoreboards of all sports, controlled by tablets or "consoles" running on raspberry Pis, as well as full video displays with virtual scoring, head shots, quick hits/plays that can be shown with a touch of a button, as well as live Ad sequencing, sponsor playlists, etc that you see going on professional sports stadiums. The beauty of all of this? B4X powers it all!

Our entire architecture is powered by B4X, with the exception of the LED Driver cards running a microcontroller, I wrote that using a different compiler (BASCOM-AVR) but the syntax is similar. (Had to invent a protocol to get those two systems to talk to one another. B4X and BASCOM). I wrote that firmware long before B4J and B4R. (late 2012)

As I said, I think its all about the target market and who wants it bad enough. Even with that, Another company offered us 1.4M USD (only a year into business, as a startup) plus earnout. They were fully aware of the source code being in BASIC, as well as B4X. They did not care.

We turned it down because we were only a year old at the time, and thought we could grow and be worth alot more. And this was well before I had developed the video scoreboard architecture. We only had static standard LED digit scoreboards at the time.

It turned out to be the best decision as we have grown alot in the years since and worth exponentially more as we have increased sales volume, and service/support angles. And then with the invention of "ABMaterial" and MQTT Libraries, it has broadened our horizons even more for our customers, such as the ability to distribute live scores from our controller app, through to our client apps, and customers via a web portal.

Heck, even with the MQTT library, I took advantage of it so coaches/officials can control the Play Clocks, as well as the main clock from the field back to the controller tablet! I think B4X and this stuff is all badass as it gave us the ability to "get the job done" with relative ease.

As I said, it all depends on what it is, the market, and who wants it bad enough.

That is my 2 cents. If anyone cares to, here is a link to our facebook and the projects we have done: https://www.facebook.com/majordisplay/
 
Last edited:

Eme Fibonacci

Well-Known Member
Licensed User
Longtime User
It turned out to be the best decision as we have grown alot in the years since and worth exponentially more as we have increased sales volume, and service/support angles. And then with the invention of "ABMaterial" and MQTT Libraries, it has broadened our horizons even more for our customers, such as the ability to distribute live scores from our controller app, through to our client apps, and customers via a web portal.

My comment is not directly related to the topic but I would like to say that I was happy to hear about your success using b4x.
 

techknight

Well-Known Member
Licensed User
Longtime User
My comment is not directly related to the topic but I would like to say that I was happy to hear about your success using b4x.

Thanks! But if it wasnt for B4X and the strong active community here to have helped me out, and continue to help me out along the way, it would have never been realized as I was looking at RealBASIC/Xojo and that setup is a painful experience at best. I own a license for it and I hardly ever use it. But I digress.

So I am grateful for B4A and the community, and I am sure many many others are as well which is awesome! Keep it going!

I started with the HTC Dream, which happens to be the first android phone. Thats what I used B4A on in the beginning. Man have we come a looooong way!

As you can see in my avatar, I am mainly a hardware engineer. Thats what I do, and that is what I am good at. Programming isnt my strong point, but its systems like B4A/B4J that make it possible for me as I had learned VB6 in the beginning, which was actually VB5 at the time. So it helps alot :)
 
Last edited:

Indic Software

Active Member
Licensed User
Good morning my friend,
As I searched, I found only one project made by a b4a user selling it about 10$. I am not reffering this kind of selling code. I am talking about "company's" interest and if is gonna fall if they get informed about b4a.

P.s. If you read comments at codecanyon about this b4a project, it is a little bit sad.
When I checked long time back there were two offerings.

Anyways...

According to my thinking: One way to bring B4X in lime light as a serious main stream development tool for Mobile, Desktop and IoT would be to post all our questions regarding it on Stack Overflow (https://stackoverflow.com/) instead of posting only on this forum only. I have see many development tools adopt this technique to make other developers aware about them!
 

LucaMs

Expert
Licensed User
Longtime User
When I checked long time back there were two offerings.

Anyways...

According to my thinking: One way to bring B4X in lime light as a serious main stream development tool for Mobile, Desktop and IoT would be to post all our questions regarding it on Stack Overflow (https://stackoverflow.com/) instead of posting only on this forum only. I have see many development tools adopt this technique to make other developers aware about them!
or by publishing sources on Github?
 
Top