Introduction AVFoundation is a powerful framework provided by Apple for working with audiovisual media. It offers robust support for capturing, processing, and editing audio and video content. In this blog, we’ll explore how to leverage AVFoundation to build advanced camera functionalities for iOS applications. Getting Started with AVFoundation What is AVFoundation? AVFoundation is a framework […]
Introduction In game development, understanding how to interact with the environment is crucial. One common method to detect objects in a 3D space is raycasting. Whether you’re creating an FPS shooter or programming AI, raycasting can help by detecting objects within the game world. In this blog, we’ll explore what raycasting is and how to […]
In a rapidly evolving digital landscape, a significant change was taking shape. As the internet flourished, so did the appetite for immersive multimedia experiences. People everywhere craved the ability to watch videos, listen to music, and dive into captivating stories, all accessible at their fingertips. However, this enthusiasm brought a challenge: Delivering smooth content across […]
WWDC 2024 unveiled a major improvement to XCTest, which is Swift’s Testing Framework. I found it really beneficial while working on this. So I decided to share it with all of you. Let’s begin. Introduction Swift Testing allows you to use the Swift programming language’s powerful and expressive capabilities to write tests with greater confidence […]
FlutterFlow is a low-code platform that enables mobile app development for a wide range of individuals. Built on Flutter, Google’s user interface toolkit, it allows users to create natively compiled applications for mobile, web, and desktop devices from a single codebase. The distinguishing feature of FlutterFlow is its visual development interface, which facilitates a drag-and-drop […]
Introduction of Dev tools in Flutter Flutter Dev tool provides an in-depth analysis of App performance from UI to CPU and memory usage of the app. Flutter provides a Profiling tool which can help in better understanding our apps run time performance. To use profiling tools following conditions needs to be taken in consideration – […]
Introduction of Dev tools in Flutter Flutter Dev tool provides an in-depth analysis of App performance from UI to CPU and memory usage of the app. Flutter provides a Profiling tool that can help in better understanding our app’s run time performance. To use profiling tools following conditions need to be taken into consideration – […]
Introduction As iOS users, we are all familiar with live activity. When we buy a pizza through one of the ordering apps, live activity pops up (either on the lock screen or in the dynamic island region) and shows the updated status of our order. Their purpose is to display the most recent data from […]
In the first part of the blog, we covered the Fastlane setup/Installation with multiple files like Appfile, Gymfile, and Fastfile. Now we are moving to the next part of this series where we will use CI/CD workflow via Fastlane & Firebase on the local machine. We will use the next step of the Code Signing […]