We are not alone!

LucaMs

Expert
Licensed User
Longtime User
We are not alone!

No, I'm not talking about extraterrestrials; they exist, billions (in fact there is even one in this site :p).

I mean that not we only make mistakes and develop softwares that have various bugs.

A famous game app (50M+ downloads just the Android version), 10+ years old...

on iTunes, then iOS version:

upload_2018-8-14_17-46-57.png


Last bugs fixed, March 29, 2018 (and what kind of bug :D)


Also, yesterday, I was playing the browser version:
upload_2018-8-14_7-0-24-png.70989

Game error
Something went wrong. You will not lose
the free game and you will not be charged.​

BTW: I would like to have B4B, Basic for Browser - from Basic to HTML5 :p
(I know, it would be quite different from a B4A, B4I, B4J and probably impossible to develop).
 

sorex

Expert
Licensed User
Longtime User
the good thing is that you already have what you need for it > notepad (or something better like notepad2mod, notepad++)
 

sorex

Expert
Licensed User
Longtime User
no, you just write your html/js/jquery stuff in it. ;)

by the way isn't what @alwaysbusy (forgot the name of it) wrote what you're requesting?

write in B4J and spit out as html5/jquery
 

Dabzy1978

Member
Licensed User
BUG FIXES - Numerous fixes, stability improvements, and optimisations

When I see that, I just think "General house keeping"... Or, a bunch of coders, sitting bored out of their minds thinking "We've got to upload something to make it look like we've been busy" :D

Pretty much like when I worked on the building sites... There was always one bloke, with a bucket or a length of timber, walking about, looking busy but in effect doing absolutely sod all! :D

Dabz
 

sorex

Expert
Licensed User
Longtime User
Just a dream; thinking to develop your app and, without any changes, create "automatically" the html5 version, but this, I think, its almost impossible.

it depends what your aim is. just a few static pages or something decent with a server-side back-end?

for the static stuff there are enough tools already to easily create a quick site.

html5 is easy and quite dumb on its own too. the nifty stuff is in the css/js parts of it.
 

LucaMs

Expert
Licensed User
Longtime User
When I see that, I just think "General house keeping"... Or, a bunch of coders, sitting bored out of their minds thinking "We've got to upload something to make it look like we've been busy" :D

Pretty much like when I worked on the building sites... There was always one bloke, with a bucket or a length of timber, walking about, looking busy but in effect doing absolutely sod all! :D

Dabz
If it was so...
upload_2018-8-14_7-0-24-png.70989

(see the first post for the translation).

I suppose, on the contrary, that the developers have really had problems with the iOS version.
After all they do not have B4i :) (how do I know this? Simple: otherwise they would not have had any problems :D).
 
Top