Tutorials Kotlin - how suspend works under the hood How does the compiler transform suspend code so that coroutines can be suspended and resumed? Coroutines in Kotlin are represented by the Apr 12, 2022By Zoran Comments: 0 Views: 1 330
Tutorials Flutter: Everything you need to protect your data This article will tell you in what general ways you can protect your application from hacking or getting personal information by third Apr 10, 2022By TMarcel Comments: 0 Views: 1 290
Tutorials Augmented reality on the web using Model Viewer technology Hello! Today I'll show you how you can create web reconversions using the new Google Model Viewer technology. We all know the IKEA app for Apr 8, 2022By Zoran Comments: 0 Views: 747
Tutorials VIPER and SwiftUI: Model layer Problem One of our company's projects uses the VIPER architecture. At the time of UIKit, there were no problems with it, but a new "dark" era Apr 4, 2022By TMarcel Comments: 0 Views: 846
Tutorials Jetpack Compose in React Native Projects: Pros, Cons, and Integration Today I will tell you why Jetpack Compose is needed in React Native projects and share my experience of integrating the framework into our Mar 29, 2022By TMarcel Comments: 0 Views: 1 801
Tutorials HTTPs requests from iOS and Android devices are not decoded in Fiddler When working with Fiddler, problems often arise that are solved by restarting the sniffer, restarting the computer or device from which the Mar 26, 2022By admin Comments: 0 Views: 807
Tutorials Automate taking screenshots of Android app with Jetpack Compose In the article I'll show how to automate taking screenshots of the Android application written in Jetpack Compose. 1. Create test Start Mar 25, 2022By TMarcel Comments: 0 Views: 730
Tutorials AnyObject, Any, and any: When to use which? nyObject and Any got a new option any as introduced in SE-355, making it harder for us developers to know the differences. Each option has Mar 24, 2022By admin Comments: 0 Views: 709
Tutorials In-app invite personalization using AppsFlyer Everyone who has built user interaction with the application knows what a difficult process it is. One of the mechanisms of such interaction Mar 13, 2022By Zoran Comments: 0 Views: 830
Tutorials Android Vitals - Why did my process start? If we post a message and no activities are created at the time it is executed, then we will understand that this is not a cold start, even if Mar 11, 2022By Zoran Comments: 0 Views: 864