Sirox
Sirox
### Is there an existing issue for this? - [X] I have searched the existing issues ### Tested Build 1342 ### Android Version 11 ### SoC type Snapdragon ### Device...
 i was making a lib that have some of java android classes ported to haxe via jni, but i need to call constructor, could it be called...
I think you know about activitys structure from java all activitys hava .java file with code for it and .xml file with all other things like layout and etc I...
well, i think that i'm not first who come to you with that question, but, i'll try to explain the situation and what's the problem is with extension. as you...
i just realized, that if i use `.a` libs, for some reason performance of the app is better, thats why i'm asking for this. So is there any flag for...
When calling `lime rebuild android` lime says that i need to `specify an architecture HXCPP_ARM64, HXCPP_X86 etc...` but no matter the architecture i specified (with `-D` option) it builds for...
i have make my app 1280×720 in project.xml, but after update, it became forced to fullscreen and this causing a couple of bugs because app is made for 1280×720, please...
i need to resize video sprite, to make it smaller, but whenever i call setGraphicSize to videosprite or to videosprite.bitmap or to videohandler, video picture just disappears, i tried to...
i have a code in which i need to play a sound, i can't call that sound from assets because the sound need to be chosen and put in the...
### Problem description i need to use `numbers` header in my C++ program (this header was added in C++20), but whenever i try to include it, either with `-std=c++20` flag...