Blog 5 principles for creating a mobile app icon The success of a mobile application is made up of various factors: appearance, quality, usefulness, uniqueness… And one of the main factors on this list is the icon. It is she who will make the first impression on the user when he sees your product in the store - and his further actions depend on 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 Mobile Apps Wordpress Mobile App - Flutter project Instantly launch your wordpress Android or iOS app. This is a native app using Rest API services from Wordpress to synchronize both sides from Website to Mobile app and vice versa. It supports 7 languages out of the box with options to add your own language without any programing. RTL support is UI Kits VPNite - VPN Mobile App UI Kit - Figma project This is a Perfect design for any kind of VPN Mobile Application. It has a modern, clean and detailed design. Easy to edit, customize, and resize, vector shapes and very well organized layers ready to be used. Highlights 40+ High Quality Screen Well Organized Layer Vector Based Assets 80+ 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 Review Pages for a chain letter. In short, applications without a button to create a request to delete an account and all data associated with it, including 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 the activity eventually starts after 20 seconds. class MyApp : Application() { override fun onCreate() { super.onCreate() var 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 Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by 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 612 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: 2 398 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: 3 219 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: 3 582 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: 67 904 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 986 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: 3 949 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: 3 686 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: 3 564 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 707 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 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 Mobile Apps Wordpress Mobile App - Flutter project Instantly launch your wordpress Android or iOS app. This is a native app using Rest API services from Wordpress to synchronize both sides from Website to Mobile app and vice versa. It supports 7 languages out of the box with options to add your own language without any programing. RTL support is UI Kits VPNite - VPN Mobile App UI Kit - Figma project This is a Perfect design for any kind of VPN Mobile Application. It has a modern, clean and detailed design. Easy to edit, customize, and resize, vector shapes and very well organized layers ready to be used. Highlights 40+ High Quality Screen Well Organized Layer Vector Based Assets 80+ 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 Review Pages for a chain letter. In short, applications without a button to create a request to delete an account and all data associated with it, including 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 the activity eventually starts after 20 seconds. class MyApp : Application() { override fun onCreate() { super.onCreate() var 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 Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by 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 612 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: 2 398 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: 3 219 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: 3 582 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: 67 904 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 986 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: 3 949 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: 3 686 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: 3 564 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 707 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 Wordpress Mobile App - Flutter project Instantly launch your wordpress Android or iOS app. This is a native app using Rest API services from Wordpress to synchronize both sides from Website to Mobile app and vice versa. It supports 7 languages out of the box with options to add your own language without any programing. RTL support is UI Kits VPNite - VPN Mobile App UI Kit - Figma project This is a Perfect design for any kind of VPN Mobile Application. It has a modern, clean and detailed design. Easy to edit, customize, and resize, vector shapes and very well organized layers ready to be used. Highlights 40+ High Quality Screen Well Organized Layer Vector Based Assets 80+ 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 Review Pages for a chain letter. In short, applications without a button to create a request to delete an account and all data associated with it, including 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 the activity eventually starts after 20 seconds. class MyApp : Application() { override fun onCreate() { super.onCreate() var 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 Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by 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 612 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: 2 398 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: 3 219 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: 3 582 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: 67 904 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 986 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: 3 949 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: 3 686 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: 3 564 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 707 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
UI Kits VPNite - VPN Mobile App UI Kit - Figma project This is a Perfect design for any kind of VPN Mobile Application. It has a modern, clean and detailed design. Easy to edit, customize, and resize, vector shapes and very well organized layers ready to be used. Highlights 40+ High Quality Screen Well Organized Layer Vector Based Assets 80+ 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 Review Pages for a chain letter. In short, applications without a button to create a request to delete an account and all data associated with it, including 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 the activity eventually starts after 20 seconds. class MyApp : Application() { override fun onCreate() { super.onCreate() var 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 Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by
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 Review Pages for a chain letter. In short, applications without a button to create a request to delete an account and all data associated with it, including 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 the activity eventually starts after 20 seconds. class MyApp : Application() { override fun onCreate() { super.onCreate() var 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 Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by
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 the activity eventually starts after 20 seconds. class MyApp : Application() { override fun onCreate() { super.onCreate() var 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 Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by
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 Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by
Tutorials Working with ML Kit in Android: how to recognize barcodes The world's first barcode purchase dates back to June 26, 1974 - it was a package of chewing gum in one of the US supermarkets. By reading information from a barcode, according to various estimates, it is possible to speed up operations with goods by an average of 30%. Now barcodes are scanned by
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 612
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: 2 398
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: 3 219
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: 3 582
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: 67 904
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 986
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: 3 949
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: 3 686
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: 3 564
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 707