Hamza Ezzaydia
Hamza Ezzaydia
I have a native code app that calls methods by reflection, It is supported or it will crash in some cases? Thank you for your efforts
I want to obfuscate an android app without using Proguard basic obfuscation, I want to have unreadable code, How to use this obfuscator to achieve this? Thanks
I want to make a smali service that does GET http request to my server and show the response in a toast, how?
### NextUI Version "@nextui-org/autocomplete": "^2.0.9" ### Describe the bug The Autocomplete component's documentation mentions support for virtualized scrolling for performance with long lists. However, the 'isVirtualized' prop in the AutocompleteItem...