Filter Down by Tags
Click on a tag filter by it-
iOS
-
Swift
-
iOS App Development
-
Ios Development
-
Mobile App Development
-
SwiftUI
-
Ios Dev
-
App Development
-
Android
-
Xcode
-
Programming
-
Mobile Apps Dev
-
Development
-
Mobile Apps Development
-
Apps
-
Testing
-
Tools
-
Android Development
-
Apple
-
Ios Development Tools
-
Mobile App Developer
-
Mobile Applications
-
Optimization
-
React Development
-
React Native
-
Xamarin
-
Xamarin Dev
-
Xamarin Development
-
Android Dev
-
App
-
App Dev
-
Beta Testing
-
Cross Platform
-
Ionic Development
-
Kotlin
-
Mobile App Dev
-
Mobile App Developers
-
Mobile Application Dev
-
Mobile Dev
-
Mobile Developer
-
Mobile Developers
-
Mobile Development
-
Mobile Dev Tools
-
Mobile Optimization
-
React
-
React Dev
-
App Developer
-
App Developers
-
App Dev Tools
-
Apps Dev
All Resources
Showing the most recent resources.
The latest one is from
2021-03-31.
-
Article Added by frogermcs // medium.com // 13 days ago
-
Article Added by Otbivnoe // otbivnoe.ru // 15 days ago
-
In 2020 Apple came up with an updated vision of widgets and unified their API across platforms. The new WidgetKit framework made widgets more accessible, interactive and increased SwiftUI adoption. Starting with iOS 14, widgets can be presented in multiple sizes and placed on the iOS Home screen, Today View, or macOS Notification Center.Tutorial Added by shipinev // exyte.com // 18 days ago
-
This article shows how you can easily map Firestore documents to Swift types using the Codable API.Article Added by peterfriese // peterfriese.dev // 20 days ago
-
If you've made a custom app for an organization, you'll need to distribute it privately. Here's a guide to private app distribution for iOS.
Article Added by Nezar-Mansour // instabug.com // 21 days ago -
Apple has recently published a proposal to add a coroutine model to the Swift programming language. It brings a more convenient, efficient, and safer way to manage concurrency programming. The Async/Await syntax was introduced in the first phase of structured concurrency to allow users to organize complex asynchronous calls in the normal control flow mechanisms.Article Added by MusdtedyEdh // betterprogramming.pub // 21 days ago
-
What if I told you you can use what you already know as an iOS developer for backend development?Article Added by mchirino89 // geekingwithmauri.com // 29 days ago
-
Networking is a requirement for most modern iOS apps. Apps usually interface with a remote web service. And often, such a web service is a REST API that returns JSON data.
Writing the networking layer of an iOS app is not a simple task. When making asynchronous network calls, you need to combine several features of Swift, SwiftUI, and the Foundation framework. Moreover, many parts of your app’s architecture need to interact, making the task more complicated than it might seem at first.Article Added by Matteo // matteomanferdini.com // about 1 month ago -
The Python has a math module which contains number of functions that are available for mathematical operation. The functions and constants of math module are listed below:Tutorial Added by AlphaCodingSkills // www.alphacodingskills.com // 2 months ago
-
Localizing in SwiftUI is easy with this tutorial. Simply identify the texts to be translated, add them to a localization file for your translators to work on. At runtime, your iOS/Mac app will show the right translation to the user based on their own language preferences.Tutorial Added by localizer // www.ibabbleon.com // 3 months ago
-
The "Missing" Localization Glossary for Apple terminology in a dozen languages for common terms like Settings, Preferences, Copy & Paste, etc. Since Apple does not provide one, this is a great resource.Article Added by localizer // www.ibabbleon.com // 3 months ago
-
Full list of the languages and locale codes used by Apple for iOS and Mac apps. These are used to name localization folders (e.g. fr.lproj).Article Added by localizer // www.ibabbleon.com // 3 months ago
-
A thorough tutorial with pictures to walk through localizing an iOS/Mac app for the first time using Xcode. Steps include:
1. Preparing your iOS app for localization in Xcode 12.x
2. Extract your hard-coded strings to NSLocalizedString()
3. Use Xcode's import/export localization featuresArticle Added by localizer // www.ibabbleon.com // 3 months ago -
SwiftUI offers several mechanisms to pass data between views.
Such abundance can make it hard to decide which data flow mechanism fits any particular situation.
Those decisions cannot be taken in isolation. As in many other cases, we need to keep an app’s architecture in mind to make the correct choice.Article Added by Matteo // matteomanferdini.com // 3 months ago -
User behavior can be a major head-scratcher. Every mobile product manager needs analytics tools to help them parse the data — we've got recommendations.Article Added by Nezar-Mansour // instabug.com // 4 months ago
-
The goal of those animations challenges is to try to analyze existing animations and try to replicate them. This articles showcases the usage of UIKit Dynamics ( real physic-like animation ) on iOS.Tutorial Added by Aymenworks // medium.com // 4 months ago
-
To create an adaptive UI that responds appropriately to changes in screen size and device orientation, we use Auto Layout, the constraint-based layout system. This article gives an overview of five different approaches to adding constraints programmatically.Article Added by KuniticeKea // medium.com // 4 months ago
-
Step-by-step guide on how to plan your next iOS beta test.Article Added by Branci3 // shakebugs.com // 5 months ago
-
Guide to improving the performance of your mobile app. Get the best tips and tricks and optimize your iOS app and avoid bad reviews.Article Added by Nezar-Mansour // instabug.com // 5 months ago
-
Learn the key mobile app performance metrics that you need to be ... so it's important to measure them and understand what benchmarks to hit.Article Added by Nezar-Mansour // instabug.com // 5 months ago
-
Since the introduction of SwiftUI, the MVVM pattern has seen a new renaissance. Many developers believe that this particular pattern fits well with the SwiftUI data flow.
MVVM certainly has some good ideas, but it also brings along problems because of the various discording interpretations of the pattern and its rigidity.
In this article, we will see how MVVM fits in iOS apps written in SwiftUI, how to take advantage of its benefits, and how to avoid its problems.Article Added by Matteo // matteomanferdini.com // 5 months ago -
On some projects, we need the client to be able to communicate with the server in real-time. The Websocket protocol works over the TCP socket connection and provides the ability of real-time, bi-directional communication between client and server.
The article gives a simple guide to set up the WebSockets API service on AWS, by using the serverless framework, API Gateway, and DynamoDB.Article Added by WehieDwed // medium.com // 5 months ago -
Lofelt brings Apple's Core Haptics API to life, making it easy to create immersive experiences that draw users into your app.
Core Haptics has huge potential, but it’s time-consuming to painstakingly, manually code. With Lofelt Studio, you supply audio files and they are automatically translated into easily adjustable instructions for Core Haptics that deliver immersive haptic experiences. This brings a tactile sensation to apps that matches the visuals and audio.Tool Added by MartinSFP // lofelt.com // 5 months ago -
Taking advantage of Bonjour to easily implement a p2p connection between two devices to send data.Article Added by MikePT28 // www.medium.com // 5 months ago
-
Quickly check in on your GitHub contributions from your iOS Home Screen!Tool Added by AnderGoig // github.com // 6 months ago
-
Locker is an open-source authentication and biometric security library for iOS.Article Added by goranbrl // infinum.com // 6 months ago
-
In this article, you will learn how our team relies on code reusability to keep our apps stable, our UX solutions consistent and much more.Article Added by Ssimboss // medium.com // 6 months ago
-
A look at some of the many challenges of implementing a dependable client-side WebSocket solution for iOS devices.
Article Added by Ramiro // www.ably.io // 6 months ago -
SwiftUI 2 introduces a new application life cycle that (almost) completely does away with AppDelegate. This article, discusses why this change was introduced, and how you can make use of the new life cycle in new or existing apps.
Article Added by peterfriese // peterfriese.dev // 6 months ago -
How URLSession works and how to stub responses by subclassing URLProtocolArticle Added by KuttieDreeMeartis // medium.com // 6 months ago