Tutorials The magic of Dispatchers and how to make your own Main I think now there are no people left who are unfamiliar with coroutines in Kotlin. Magic tool, right? Even more magical about them, I find it possible to move the calculation to another thread: fun main() = runBlocking { println("Hello from ${Thread.currentThread().name}") Tutorials Kotlin native. Working with a new memory model Let's talk about a new memory management model that appeared a few months back. On August 31, JetBrains presented a preview of the new memory management model in Kotlin Native . The main focus of the development team was on the security of sharing between threads, eliminating memory leaks UI Kits Cargo - Tracking App UI Kit - Figma project Cargo Tracking App UI Kit is designed with modern design trends. Modifying the template is quite simple. We continue to add new things to make our template more beautiful and strong every day. You will be free to use all our updates. Main Features Sketch, Figma and Adobe XD Pixel Perfect UI Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage collector (Eng. Garbage collection). Its main task, as in any high-level programming language, is to watch for references and clean up memory areas in order to Blog Users started complaining about fast battery drain after updating to iOS 15.4 Some users are complaining about reduced battery life on their devices after updating to iOS 15.4. So, the iPhone 13 Pro Max now works without recharging for only half a day. iOS 15.4 includes 39 vulnerability fixes. According to user speculation, Apple has started to use ProMotion's 120Hz Blog Stages of application development Nowadays, almost everyone has a mobile phone. Many people cannot imagine their life without a cherished smartphone in their hands. The user can easily access the Internet and perform targeted actions. Mobile applications are becoming more and more popular every year. Users like accessibility, Tutorials Jetpack Microbenchmark - testing code performance In mobile development, situations occasionally arise when it is necessary to estimate the execution time of the code. In addition to theoretical approaches (for example, Big O), which allow you to weed out obviously unsuccessful solutions, there are benchmarks for testing code and finding smaller Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an RECENTLY ADDED ARTICLES Tutorials The magic of Dispatchers and how to make your own Main I think now there are no people left who are unfamiliar with coroutines in Kotlin. Magic tool, right? Even more magical about them, I find Aug 11, 2022By Zoran Comments: 0 Views: 1 110 Tutorials Why you need to adapt your application for Huawei AppGallery and how to do it. The number of Huawei devices is growing and customization of applications for the Huawei AppGallery is becoming more and more Jul 23, 2022By admin Comments: 0 Views: 922 Tutorials Interacting with alerts and permissions in iOS ui testing In this article, I want to talk about interacting with alerts and permissions in iOS tests and show how they can be effectively handled in my Jun 27, 2022By admin Comments: 0 Views: 1 513 Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage Jun 18, 2022By admin Comments: 0 Views: 1 952 Blog About Flutter 3 Flutter 3 is the final step in moving from a mobile to a multi-platform framework that supports macOS and Linux desktop apps, Firebase Jun 14, 2022By TMarcel Comments: 0 Views: 23 138 Tutorials Serialization mechanisms in Java and Kotlin A little about the definitions of “serialization” and “deserialization” There are several examples of the use of these mechanisms: Storing Jun 8, 2022By Zoran Comments: 0 Views: 1 552 Blog Apple will not allow applications in the AppStore without the ability to delete an account As well as cleaning up all user-related and user-created content. AppStore Connect users are getting emails asking them to check their App May 30, 2022By admin Comments: 0 Views: 1 366 Blog How I stopped being afraid and started sharing secrets with my phone I don’t know about you, but I can’t say that I love it, but I see a lot of benefit in introspection, or, in simple terms, May 21, 2022By Zoran Comments: 0 Views: 1 291 Blog Why might your app not be missed or even removed from the App Store? I put together a list of common reasons why not to do it. Some of them are based on personal experience, others you may have heard of, or May 16, 2022By admin Comments: 0 Views: 1 121 Tutorials Convenient transcription for quick processing of audio recordings Description Audio-to-text conversion is widely used, for example, to create subtitles for videos, minutes of meetings, and transcripts of May 13, 2022By TMarcel Comments: 0 Views: 1 229 Previous 1 2 3 4 5 6 7 8 9 10 ... 15Next Trending Now RECENT COMMENTS Adam Moore: I was having the same problems as you and I'm a native English speaker. This guide was exactly what bagher: thanks for you baby Roland: Thx a lot. Your article helped me a lot! but from api 30 on you might have a problem: the wyup: Thanks for the tip. One thing to note is checking /vendor/default.prop because it has precedence Tim: Thanks for all of this, I had never encountered a number of these. I've been trying for a minute to Advertising Space ✕ AUTHORIZATION LOGIN USERNAME PASSWORD Remember me LOST PASSWORD CREATE AN ACCOUNT ✕ Blog Mobile Apps UI Kits Tutorials OTHER SECTIONS Contact Us DMCA Privacy Policy Disclaimer About Us
Tutorials Kotlin native. Working with a new memory model Let's talk about a new memory management model that appeared a few months back. On August 31, JetBrains presented a preview of the new memory management model in Kotlin Native . The main focus of the development team was on the security of sharing between threads, eliminating memory leaks UI Kits Cargo - Tracking App UI Kit - Figma project Cargo Tracking App UI Kit is designed with modern design trends. Modifying the template is quite simple. We continue to add new things to make our template more beautiful and strong every day. You will be free to use all our updates. Main Features Sketch, Figma and Adobe XD Pixel Perfect UI Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage collector (Eng. Garbage collection). Its main task, as in any high-level programming language, is to watch for references and clean up memory areas in order to Blog Users started complaining about fast battery drain after updating to iOS 15.4 Some users are complaining about reduced battery life on their devices after updating to iOS 15.4. So, the iPhone 13 Pro Max now works without recharging for only half a day. iOS 15.4 includes 39 vulnerability fixes. According to user speculation, Apple has started to use ProMotion's 120Hz Blog Stages of application development Nowadays, almost everyone has a mobile phone. Many people cannot imagine their life without a cherished smartphone in their hands. The user can easily access the Internet and perform targeted actions. Mobile applications are becoming more and more popular every year. Users like accessibility, Tutorials Jetpack Microbenchmark - testing code performance In mobile development, situations occasionally arise when it is necessary to estimate the execution time of the code. In addition to theoretical approaches (for example, Big O), which allow you to weed out obviously unsuccessful solutions, there are benchmarks for testing code and finding smaller Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an RECENTLY ADDED ARTICLES Tutorials The magic of Dispatchers and how to make your own Main I think now there are no people left who are unfamiliar with coroutines in Kotlin. Magic tool, right? Even more magical about them, I find Aug 11, 2022By Zoran Comments: 0 Views: 1 110 Tutorials Why you need to adapt your application for Huawei AppGallery and how to do it. The number of Huawei devices is growing and customization of applications for the Huawei AppGallery is becoming more and more Jul 23, 2022By admin Comments: 0 Views: 922 Tutorials Interacting with alerts and permissions in iOS ui testing In this article, I want to talk about interacting with alerts and permissions in iOS tests and show how they can be effectively handled in my Jun 27, 2022By admin Comments: 0 Views: 1 513 Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage Jun 18, 2022By admin Comments: 0 Views: 1 952 Blog About Flutter 3 Flutter 3 is the final step in moving from a mobile to a multi-platform framework that supports macOS and Linux desktop apps, Firebase Jun 14, 2022By TMarcel Comments: 0 Views: 23 138 Tutorials Serialization mechanisms in Java and Kotlin A little about the definitions of “serialization” and “deserialization” There are several examples of the use of these mechanisms: Storing Jun 8, 2022By Zoran Comments: 0 Views: 1 552 Blog Apple will not allow applications in the AppStore without the ability to delete an account As well as cleaning up all user-related and user-created content. AppStore Connect users are getting emails asking them to check their App May 30, 2022By admin Comments: 0 Views: 1 366 Blog How I stopped being afraid and started sharing secrets with my phone I don’t know about you, but I can’t say that I love it, but I see a lot of benefit in introspection, or, in simple terms, May 21, 2022By Zoran Comments: 0 Views: 1 291 Blog Why might your app not be missed or even removed from the App Store? I put together a list of common reasons why not to do it. Some of them are based on personal experience, others you may have heard of, or May 16, 2022By admin Comments: 0 Views: 1 121 Tutorials Convenient transcription for quick processing of audio recordings Description Audio-to-text conversion is widely used, for example, to create subtitles for videos, minutes of meetings, and transcripts of May 13, 2022By TMarcel Comments: 0 Views: 1 229 Previous 1 2 3 4 5 6 7 8 9 10 ... 15Next Trending Now RECENT COMMENTS Adam Moore: I was having the same problems as you and I'm a native English speaker. This guide was exactly what bagher: thanks for you baby Roland: Thx a lot. Your article helped me a lot! but from api 30 on you might have a problem: the wyup: Thanks for the tip. One thing to note is checking /vendor/default.prop because it has precedence Tim: Thanks for all of this, I had never encountered a number of these. I've been trying for a minute to Advertising Space ✕ AUTHORIZATION LOGIN USERNAME PASSWORD Remember me LOST PASSWORD CREATE AN ACCOUNT
UI Kits Cargo - Tracking App UI Kit - Figma project Cargo Tracking App UI Kit is designed with modern design trends. Modifying the template is quite simple. We continue to add new things to make our template more beautiful and strong every day. You will be free to use all our updates. Main Features Sketch, Figma and Adobe XD Pixel Perfect UI Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage collector (Eng. Garbage collection). Its main task, as in any high-level programming language, is to watch for references and clean up memory areas in order to Blog Users started complaining about fast battery drain after updating to iOS 15.4 Some users are complaining about reduced battery life on their devices after updating to iOS 15.4. So, the iPhone 13 Pro Max now works without recharging for only half a day. iOS 15.4 includes 39 vulnerability fixes. According to user speculation, Apple has started to use ProMotion's 120Hz Blog Stages of application development Nowadays, almost everyone has a mobile phone. Many people cannot imagine their life without a cherished smartphone in their hands. The user can easily access the Internet and perform targeted actions. Mobile applications are becoming more and more popular every year. Users like accessibility, Tutorials Jetpack Microbenchmark - testing code performance In mobile development, situations occasionally arise when it is necessary to estimate the execution time of the code. In addition to theoretical approaches (for example, Big O), which allow you to weed out obviously unsuccessful solutions, there are benchmarks for testing code and finding smaller Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an RECENTLY ADDED ARTICLES Tutorials The magic of Dispatchers and how to make your own Main I think now there are no people left who are unfamiliar with coroutines in Kotlin. Magic tool, right? Even more magical about them, I find Aug 11, 2022By Zoran Comments: 0 Views: 1 110 Tutorials Why you need to adapt your application for Huawei AppGallery and how to do it. The number of Huawei devices is growing and customization of applications for the Huawei AppGallery is becoming more and more Jul 23, 2022By admin Comments: 0 Views: 922 Tutorials Interacting with alerts and permissions in iOS ui testing In this article, I want to talk about interacting with alerts and permissions in iOS tests and show how they can be effectively handled in my Jun 27, 2022By admin Comments: 0 Views: 1 513 Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage Jun 18, 2022By admin Comments: 0 Views: 1 952 Blog About Flutter 3 Flutter 3 is the final step in moving from a mobile to a multi-platform framework that supports macOS and Linux desktop apps, Firebase Jun 14, 2022By TMarcel Comments: 0 Views: 23 138 Tutorials Serialization mechanisms in Java and Kotlin A little about the definitions of “serialization” and “deserialization” There are several examples of the use of these mechanisms: Storing Jun 8, 2022By Zoran Comments: 0 Views: 1 552 Blog Apple will not allow applications in the AppStore without the ability to delete an account As well as cleaning up all user-related and user-created content. AppStore Connect users are getting emails asking them to check their App May 30, 2022By admin Comments: 0 Views: 1 366 Blog How I stopped being afraid and started sharing secrets with my phone I don’t know about you, but I can’t say that I love it, but I see a lot of benefit in introspection, or, in simple terms, May 21, 2022By Zoran Comments: 0 Views: 1 291 Blog Why might your app not be missed or even removed from the App Store? I put together a list of common reasons why not to do it. Some of them are based on personal experience, others you may have heard of, or May 16, 2022By admin Comments: 0 Views: 1 121 Tutorials Convenient transcription for quick processing of audio recordings Description Audio-to-text conversion is widely used, for example, to create subtitles for videos, minutes of meetings, and transcripts of May 13, 2022By TMarcel Comments: 0 Views: 1 229 Previous 1 2 3 4 5 6 7 8 9 10 ... 15Next Trending Now RECENT COMMENTS Adam Moore: I was having the same problems as you and I'm a native English speaker. This guide was exactly what bagher: thanks for you baby Roland: Thx a lot. Your article helped me a lot! but from api 30 on you might have a problem: the wyup: Thanks for the tip. One thing to note is checking /vendor/default.prop because it has precedence Tim: Thanks for all of this, I had never encountered a number of these. I've been trying for a minute to Advertising Space
Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage collector (Eng. Garbage collection). Its main task, as in any high-level programming language, is to watch for references and clean up memory areas in order to Blog Users started complaining about fast battery drain after updating to iOS 15.4 Some users are complaining about reduced battery life on their devices after updating to iOS 15.4. So, the iPhone 13 Pro Max now works without recharging for only half a day. iOS 15.4 includes 39 vulnerability fixes. According to user speculation, Apple has started to use ProMotion's 120Hz Blog Stages of application development Nowadays, almost everyone has a mobile phone. Many people cannot imagine their life without a cherished smartphone in their hands. The user can easily access the Internet and perform targeted actions. Mobile applications are becoming more and more popular every year. Users like accessibility, Tutorials Jetpack Microbenchmark - testing code performance In mobile development, situations occasionally arise when it is necessary to estimate the execution time of the code. In addition to theoretical approaches (for example, Big O), which allow you to weed out obviously unsuccessful solutions, there are benchmarks for testing code and finding smaller Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an
Blog Users started complaining about fast battery drain after updating to iOS 15.4 Some users are complaining about reduced battery life on their devices after updating to iOS 15.4. So, the iPhone 13 Pro Max now works without recharging for only half a day. iOS 15.4 includes 39 vulnerability fixes. According to user speculation, Apple has started to use ProMotion's 120Hz Blog Stages of application development Nowadays, almost everyone has a mobile phone. Many people cannot imagine their life without a cherished smartphone in their hands. The user can easily access the Internet and perform targeted actions. Mobile applications are becoming more and more popular every year. Users like accessibility, Tutorials Jetpack Microbenchmark - testing code performance In mobile development, situations occasionally arise when it is necessary to estimate the execution time of the code. In addition to theoretical approaches (for example, Big O), which allow you to weed out obviously unsuccessful solutions, there are benchmarks for testing code and finding smaller Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an
Blog Stages of application development Nowadays, almost everyone has a mobile phone. Many people cannot imagine their life without a cherished smartphone in their hands. The user can easily access the Internet and perform targeted actions. Mobile applications are becoming more and more popular every year. Users like accessibility, Tutorials Jetpack Microbenchmark - testing code performance In mobile development, situations occasionally arise when it is necessary to estimate the execution time of the code. In addition to theoretical approaches (for example, Big O), which allow you to weed out obviously unsuccessful solutions, there are benchmarks for testing code and finding smaller Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an
Tutorials Jetpack Microbenchmark - testing code performance In mobile development, situations occasionally arise when it is necessary to estimate the execution time of the code. In addition to theoretical approaches (for example, Big O), which allow you to weed out obviously unsuccessful solutions, there are benchmarks for testing code and finding smaller Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an
Tutorials Most popular hotkeys in Android Studio - Personal opinion Every android developer has thought about improving performance more than once. And so I want to dwell on the analysis of the most popular hotkeys for me (for Windows), which make my life easier. Move operators (Cmd/Ctrl + Shift + ↑/↓) This is useful when you want to move an
Tutorials The magic of Dispatchers and how to make your own Main I think now there are no people left who are unfamiliar with coroutines in Kotlin. Magic tool, right? Even more magical about them, I find Aug 11, 2022By Zoran Comments: 0 Views: 1 110
Tutorials Why you need to adapt your application for Huawei AppGallery and how to do it. The number of Huawei devices is growing and customization of applications for the Huawei AppGallery is becoming more and more Jul 23, 2022By admin Comments: 0 Views: 922
Tutorials Interacting with alerts and permissions in iOS ui testing In this article, I want to talk about interacting with alerts and permissions in iOS tests and show how they can be effectively handled in my Jun 27, 2022By admin Comments: 0 Views: 1 513
Tutorials Garbage collection in Flutter We do mobile development mainly on Flutter. In this article, let's talk about the algorithm that is used in any application - the garbage Jun 18, 2022By admin Comments: 0 Views: 1 952
Blog About Flutter 3 Flutter 3 is the final step in moving from a mobile to a multi-platform framework that supports macOS and Linux desktop apps, Firebase Jun 14, 2022By TMarcel Comments: 0 Views: 23 138
Tutorials Serialization mechanisms in Java and Kotlin A little about the definitions of “serialization” and “deserialization” There are several examples of the use of these mechanisms: Storing Jun 8, 2022By Zoran Comments: 0 Views: 1 552
Blog Apple will not allow applications in the AppStore without the ability to delete an account As well as cleaning up all user-related and user-created content. AppStore Connect users are getting emails asking them to check their App May 30, 2022By admin Comments: 0 Views: 1 366
Blog How I stopped being afraid and started sharing secrets with my phone I don’t know about you, but I can’t say that I love it, but I see a lot of benefit in introspection, or, in simple terms, May 21, 2022By Zoran Comments: 0 Views: 1 291
Blog Why might your app not be missed or even removed from the App Store? I put together a list of common reasons why not to do it. Some of them are based on personal experience, others you may have heard of, or May 16, 2022By admin Comments: 0 Views: 1 121
Tutorials Convenient transcription for quick processing of audio recordings Description Audio-to-text conversion is widely used, for example, to create subtitles for videos, minutes of meetings, and transcripts of May 13, 2022By TMarcel Comments: 0 Views: 1 229