DexGuard is a specialized optimizer and obfuscator for Android applications. Once applied to your application or library, it produces code that is optimized and more difficult to crack.
July 4, 2021
According to a report by AppleInsider, data and analytics firm AppFigures discovered that approximately 10,000 had switched on requests for permission to use the IDFA tags. It remains to be seen whether Apple will take decisive action against these apps to deter others from benefiting from users in this manner.
May 17, 2021
react native 0.62 in conjunction with Flipper to improve your development performance.
April 21, 2021
In many software but especially in Fintech applications, access to the contact book is a fairly common feature, as usual we must first understand how native implementations work and then use them in react native.
There are many ways to write our React Native projects, the way you organize your project has a great impact on its quality, today we will see "By Feature", in other words "Package by Feature approach". There is also another way of calling it "Feature-Driven Development (FDD)".
The main reason why we want to have our application fullscreen is above all to be able to capture the focus and the UX of the user 100% in our product, for example in games, videos, also according to the official documentation it allows to prevent the user from accidentally go to another application.