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 popular. Flagship models attract potential users with advanced features, power and design, while younger models allow you to get a quite tolerable device for little money. 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 parties by following a few simple steps, but it is worth remembering that there are no things that cannot be hacked, it all depends on the time spent and the Tutorials Database on SharedPreferences - Android Kotlin Android uses DataBase (SQLite, FireBase, etc.) to store a lot of information, and SharedPreferences is used to simply store settings. The question is, is it possible to use SharedPreferences as a kind of Database and how to do it? The article is written about a training project, it is impossible to Blog Apps banned by the AppStore The forbidden has always been and will be the most attractive to people. It is worth noting that this statement also affects iOS mobile applications, the list of prohibited ones is constantly updated. Let's remember a few. Video Strip Poker In fact, these are cards, with a spicy bonus - a strip UI Kits Voces - Podcast Mobile App - Figma project Here comes Voces! A Podcast mobile app UI Kit with iPhone X Screen Size ready to kickstart your design process! Well designed and grouped elements, google fonts and easy to edit layers. Features: Clean, Trendy, Modern UI Design Well organized layers Free fonts used You Will Get: 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 How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS messages as a communication channel are still a cheap and easy way to notify users. Integration with SMS services is used for marketing campaigns, distribution of 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 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 167 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: 983 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 589 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: 2 033 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: 27 091 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 626 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 484 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 392 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 212 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 283 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 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 parties by following a few simple steps, but it is worth remembering that there are no things that cannot be hacked, it all depends on the time spent and the Tutorials Database on SharedPreferences - Android Kotlin Android uses DataBase (SQLite, FireBase, etc.) to store a lot of information, and SharedPreferences is used to simply store settings. The question is, is it possible to use SharedPreferences as a kind of Database and how to do it? The article is written about a training project, it is impossible to Blog Apps banned by the AppStore The forbidden has always been and will be the most attractive to people. It is worth noting that this statement also affects iOS mobile applications, the list of prohibited ones is constantly updated. Let's remember a few. Video Strip Poker In fact, these are cards, with a spicy bonus - a strip UI Kits Voces - Podcast Mobile App - Figma project Here comes Voces! A Podcast mobile app UI Kit with iPhone X Screen Size ready to kickstart your design process! Well designed and grouped elements, google fonts and easy to edit layers. Features: Clean, Trendy, Modern UI Design Well organized layers Free fonts used You Will Get: 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 How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS messages as a communication channel are still a cheap and easy way to notify users. Integration with SMS services is used for marketing campaigns, distribution of 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 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 167 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: 983 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 589 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: 2 033 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: 27 091 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 626 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 484 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 392 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 212 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 283 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
Tutorials Database on SharedPreferences - Android Kotlin Android uses DataBase (SQLite, FireBase, etc.) to store a lot of information, and SharedPreferences is used to simply store settings. The question is, is it possible to use SharedPreferences as a kind of Database and how to do it? The article is written about a training project, it is impossible to Blog Apps banned by the AppStore The forbidden has always been and will be the most attractive to people. It is worth noting that this statement also affects iOS mobile applications, the list of prohibited ones is constantly updated. Let's remember a few. Video Strip Poker In fact, these are cards, with a spicy bonus - a strip UI Kits Voces - Podcast Mobile App - Figma project Here comes Voces! A Podcast mobile app UI Kit with iPhone X Screen Size ready to kickstart your design process! Well designed and grouped elements, google fonts and easy to edit layers. Features: Clean, Trendy, Modern UI Design Well organized layers Free fonts used You Will Get: 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 How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS messages as a communication channel are still a cheap and easy way to notify users. Integration with SMS services is used for marketing campaigns, distribution of 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 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 167 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: 983 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 589 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: 2 033 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: 27 091 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 626 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 484 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 392 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 212 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 283 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
Blog Apps banned by the AppStore The forbidden has always been and will be the most attractive to people. It is worth noting that this statement also affects iOS mobile applications, the list of prohibited ones is constantly updated. Let's remember a few. Video Strip Poker In fact, these are cards, with a spicy bonus - a strip UI Kits Voces - Podcast Mobile App - Figma project Here comes Voces! A Podcast mobile app UI Kit with iPhone X Screen Size ready to kickstart your design process! Well designed and grouped elements, google fonts and easy to edit layers. Features: Clean, Trendy, Modern UI Design Well organized layers Free fonts used You Will Get: 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 How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS messages as a communication channel are still a cheap and easy way to notify users. Integration with SMS services is used for marketing campaigns, distribution of 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
UI Kits Voces - Podcast Mobile App - Figma project Here comes Voces! A Podcast mobile app UI Kit with iPhone X Screen Size ready to kickstart your design process! Well designed and grouped elements, google fonts and easy to edit layers. Features: Clean, Trendy, Modern UI Design Well organized layers Free fonts used You Will Get: 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 How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS messages as a communication channel are still a cheap and easy way to notify users. Integration with SMS services is used for marketing campaigns, distribution of 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 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 How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS messages as a communication channel are still a cheap and easy way to notify users. Integration with SMS services is used for marketing campaigns, distribution of 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 How to integrate SMS-services into your application? Every year it becomes more and more difficult to establish contact with users/customers and pay attention to your product. However, SMS messages as a communication channel are still a cheap and easy way to notify users. Integration with SMS services is used for marketing campaigns, distribution of 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 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 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 167
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: 983
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 589
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: 2 033
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: 27 091
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 626
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 484
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 392
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 212
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 283