In 2007, Apple Inc. launched the Apple TV for a new age of content consumers, with an interactive user interface, easy-to-use navigation by Siri Remote, and an introduction to a theatre-like experience at home. What is tvOS? Apple Inc. has designed and developed a new operating system, called TVOS, especially for Apple TV. TVOS uses […]
In the second part of the blog, we covered the Code Signing approach via the match import command and created a separate repository and uploaded the private keys and certificates in a Gitlab repo for syncing them across the machines. Now we are moving to the next part of this series where we will use […]
Introduction In Part 1 we learned about how to set up live activities from scratch. We learned about how to set up, design, and implement live activities for different modes of the iPhone including Lock Screen and Dynamic Island. We learned about the life cycle of activity from the app. How to start, update, and […]
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 – […]