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 its use cases and pitfalls regarding when not to use them. Any and AnyObject are special types in Swift, used for type erasure, and don’t have a direct Tutorials Ensuring security in Android applications Security is undoubtedly an important part of any mobile application. Unfortunately, providing real security is not an easy task. Google recently released the "security-crypto" library as part of the Jetpack components to make it easier to develop secure applications. At the moment, the library Mobile Apps Simple Radio Player for Android - Open source code Here's a simple radio app. Tune in to your favorite FM radio, AM radio & online radio stations. You can access music, news & live sports radio in seconds with our free radio app. Exclusive features and Full source code available for you to edit without much knowledge. Features: Tutorials Kotlin, handle exceptions in coroutines correctly As a Kotlin developer, you probably know that coroutines throw exceptions when they fail. Perhaps you think that such exceptions are handled as usual in Kotlin/Java code. Unfortunately, when using nested coroutines, things may not work as expected. In this article, I will try to show situations in Tutorials How to develop your first app with React Native I want to talk a little about what React Native is, why it is important and popular now, and together with you I will try to write a small project to demonstrate the basics. What is React Native? First you need to figure out what React is. React is a tool for creating user interfaces. Its main Blog Vivaldi 5.1 for Android - Spare no colors We've been getting a bit sidetracked lately on adapting the mobile version to in-car infotainment centers, but that doesn't mean we've stopped all other work. Not at all - quite the contrary. Due to numerous requests from users, we have been actively improving the functions that are responsible for 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 interviews. With the ML Kit service, the process becomes much easier: it very accurately converts audio recordings into text with correct punctuation. Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or 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: 2 045 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: 1 827 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: 2 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 987 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: 51 017 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: 2 431 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: 2 979 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: 2 740 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: 2 627 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: 2 116 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 Ensuring security in Android applications Security is undoubtedly an important part of any mobile application. Unfortunately, providing real security is not an easy task. Google recently released the "security-crypto" library as part of the Jetpack components to make it easier to develop secure applications. At the moment, the library Mobile Apps Simple Radio Player for Android - Open source code Here's a simple radio app. Tune in to your favorite FM radio, AM radio & online radio stations. You can access music, news & live sports radio in seconds with our free radio app. Exclusive features and Full source code available for you to edit without much knowledge. Features: Tutorials Kotlin, handle exceptions in coroutines correctly As a Kotlin developer, you probably know that coroutines throw exceptions when they fail. Perhaps you think that such exceptions are handled as usual in Kotlin/Java code. Unfortunately, when using nested coroutines, things may not work as expected. In this article, I will try to show situations in Tutorials How to develop your first app with React Native I want to talk a little about what React Native is, why it is important and popular now, and together with you I will try to write a small project to demonstrate the basics. What is React Native? First you need to figure out what React is. React is a tool for creating user interfaces. Its main Blog Vivaldi 5.1 for Android - Spare no colors We've been getting a bit sidetracked lately on adapting the mobile version to in-car infotainment centers, but that doesn't mean we've stopped all other work. Not at all - quite the contrary. Due to numerous requests from users, we have been actively improving the functions that are responsible for 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 interviews. With the ML Kit service, the process becomes much easier: it very accurately converts audio recordings into text with correct punctuation. Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or 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: 2 045 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: 1 827 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: 2 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 987 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: 51 017 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: 2 431 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: 2 979 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: 2 740 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: 2 627 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: 2 116 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
Mobile Apps Simple Radio Player for Android - Open source code Here's a simple radio app. Tune in to your favorite FM radio, AM radio & online radio stations. You can access music, news & live sports radio in seconds with our free radio app. Exclusive features and Full source code available for you to edit without much knowledge. Features: Tutorials Kotlin, handle exceptions in coroutines correctly As a Kotlin developer, you probably know that coroutines throw exceptions when they fail. Perhaps you think that such exceptions are handled as usual in Kotlin/Java code. Unfortunately, when using nested coroutines, things may not work as expected. In this article, I will try to show situations in Tutorials How to develop your first app with React Native I want to talk a little about what React Native is, why it is important and popular now, and together with you I will try to write a small project to demonstrate the basics. What is React Native? First you need to figure out what React is. React is a tool for creating user interfaces. Its main Blog Vivaldi 5.1 for Android - Spare no colors We've been getting a bit sidetracked lately on adapting the mobile version to in-car infotainment centers, but that doesn't mean we've stopped all other work. Not at all - quite the contrary. Due to numerous requests from users, we have been actively improving the functions that are responsible for 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 interviews. With the ML Kit service, the process becomes much easier: it very accurately converts audio recordings into text with correct punctuation. Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or 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: 2 045 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: 1 827 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: 2 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 987 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: 51 017 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: 2 431 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: 2 979 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: 2 740 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: 2 627 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: 2 116 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 Kotlin, handle exceptions in coroutines correctly As a Kotlin developer, you probably know that coroutines throw exceptions when they fail. Perhaps you think that such exceptions are handled as usual in Kotlin/Java code. Unfortunately, when using nested coroutines, things may not work as expected. In this article, I will try to show situations in Tutorials How to develop your first app with React Native I want to talk a little about what React Native is, why it is important and popular now, and together with you I will try to write a small project to demonstrate the basics. What is React Native? First you need to figure out what React is. React is a tool for creating user interfaces. Its main Blog Vivaldi 5.1 for Android - Spare no colors We've been getting a bit sidetracked lately on adapting the mobile version to in-car infotainment centers, but that doesn't mean we've stopped all other work. Not at all - quite the contrary. Due to numerous requests from users, we have been actively improving the functions that are responsible for 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 interviews. With the ML Kit service, the process becomes much easier: it very accurately converts audio recordings into text with correct punctuation. Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or
Tutorials How to develop your first app with React Native I want to talk a little about what React Native is, why it is important and popular now, and together with you I will try to write a small project to demonstrate the basics. What is React Native? First you need to figure out what React is. React is a tool for creating user interfaces. Its main Blog Vivaldi 5.1 for Android - Spare no colors We've been getting a bit sidetracked lately on adapting the mobile version to in-car infotainment centers, but that doesn't mean we've stopped all other work. Not at all - quite the contrary. Due to numerous requests from users, we have been actively improving the functions that are responsible for 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 interviews. With the ML Kit service, the process becomes much easier: it very accurately converts audio recordings into text with correct punctuation. Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or
Blog Vivaldi 5.1 for Android - Spare no colors We've been getting a bit sidetracked lately on adapting the mobile version to in-car infotainment centers, but that doesn't mean we've stopped all other work. Not at all - quite the contrary. Due to numerous requests from users, we have been actively improving the functions that are responsible for 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 interviews. With the ML Kit service, the process becomes much easier: it very accurately converts audio recordings into text with correct punctuation. Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or
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 interviews. With the ML Kit service, the process becomes much easier: it very accurately converts audio recordings into text with correct punctuation. Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or
Tutorials Touch gesture in Android with source code Objective The main objective of this blog post is to give you an idea about Android Gestures in Android Studio. We are making a simple pinch zoom application here Touch gesture: It is when a user places one or more fingers on the touch screen, and the application understands that as a signal or
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: 2 045
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: 1 827
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: 2 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 987
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: 51 017
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: 2 431
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: 2 979
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: 2 740
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: 2 627
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: 2 116