flsobral
flsobral
> The `Convert.toString4D(long, int)` has an almost identical code to `Convert.toString(long, int). The exception been that `toString(long, int)`adds a validation in it's third condition,`&&useNative`, that doesn't exists in `toString4D(long, int)`....
OMG this is happening! Almost there!
results observed using a 2500x1095 image on a iMX6ULL: - loading the image at full size: 50% faster - using Image.getJpegBestFit to load the image at 1250x548: 20% faster
Updating the Android Gradle plugin broke the target copyApk because the paths for output and intermediate files were slightly changed. This issue should have been fixed by the latest changes...
Hi @alexm7 , like I mentioned on the e-mail, you should update to version 4.4.6 to make use of the legacy storage option so your users are not affected by...
Maybe using this https://github.com/Kitware/F3D? You can try compiling for your platform and maybe we can setup some bindings to use within TotalCross.
@acmlira, maybe update this issue and break it down into several others so we can add as small steps in our planning.
Results observed using a 2500x1095 image on a iMX6ULL: loading the image at full size: 50% faster using Image.getJpegBestFit to load the image at 1250x548: 20% faster 🚀 🚀 🚀
What do you mean by input method support? Just a regular qwerty virtual keyboard or input support for CJK?
Olá @MauroLacerdaNG2021 . Essa exceção indica que a tabela não foi fechada na última execução, e nesse caso basta utilizar o método recoverTable de LitebaseConnection passando o nome da tabela...