React Native CodePush: 10 Key Considerations for Over-the-Air Updates

React Native CodePush: 10 Key Considerations for Over-the-Air Updates

Over-the-air (OTA) updates are one of the most important release strategies for React Native teams. Instead of waiting for App Store or Google Play review cycles for every small…
Managing Monorepos with the Right Mobile CI CD Strategy

Managing Monorepos with the Right Mobile CI/CD Strategy

As mobile teams grow and their codebases expand, repository organization becomes a critical architectural decision. Many teams adopt a monorepo approach to manage multiple apps,…
React Native CodePush: 10 Key Considerations for Over-the-Air Updates

React Native CodePush: 10 Key Considerations for Over-the-Air Updates

Over-the-air (OTA) updates are one of the most important release strategies for React Native teams. Instead of waiting for App Store or Google Play review cycles for every small…
Managing Monorepos with the Right Mobile CI CD Strategy

Managing Monorepos with the Right Mobile CI/CD Strategy

As mobile teams grow and their codebases expand, repository organization becomes a critical architectural decision. Many teams adopt a monorepo approach to manage multiple apps,…

What’s New in React 18

As some of you may know, React team is working on React 18 and it will be released soon. Here's what's coming to React 18: Server ComponentsThey showed an experimental demo…

Developing with Live Activities API in iOS 16

In #WWDC22, Apple announced so many new improvements and features from Xcode, Swift, SwiftUI and many more. There were some updates which took my attention directly on them with…

Swift Charts with SwiftUI – WWDC22

At WWDC 2022, Apple unveiled Swift Charts, a library to plot graphs and charts. Until now, we were dealing with 3rd party libraries to plot data.By using SwiftUI's declarative…

Using SwiftUI inside UICollectionView and UITableView

At WWDC22, Apple introduced UIHostingConfiguration class, which enabled using SwiftUI inside UICollectionView and UITableView. In this article we will use it with the Self-resizing…

What’s New in UIKit at iOS 16, WWDC22

At WWDC 22, UIKit got a many improvements with iOS 16. These additions are new components, shortcuts for easier development, using SwiftUI in UIKit, self-sizing cells and more…In…

What’s New in Swift 5.7, WWDC 22

Great new features await us with Swift 5.7. Some are enhancements to Swift, while others are enhancements and improvements to make it easier for us to write code.In this article,…

What’s New in Xcode 14, WWDC22

Hello fellow iOS developers and the ones who use Xcode every single day! I prepared a recap for you about Xcode 14 updates newly announced at #WWDC22.I love practical improvements…

What is New in SwiftUI 4.0, WWDC 2022

WWDC 22 is passed so quick, isn’t it? SwiftUI is one of the most awaited subjects from developers in WWDC 22. Some of the developers are satisfied with the new features for SwiftUI,…

Directing Users to a Specific Screen via Firebase Dynamic Links in Swift

As your iOS App grows and becomes professional, it will bring different requirements. One of the most important features that almost every large-scale iOS Application uses for…

What’s New at Android Studio Electric Eel (Google I/O 2022)

Google announced quite a lot of new features, APIs and new devices at Google I/O 2022. One of the main focus of the developer keynote was for Android Studio. We’ve created a…

How to Make Your iOS App Unique

Apple’s App Store opened in July 10, 2008, with only 500 apps. Meanwhile, in 2023, there will be almost 2 million apps. Somehow, our apps have to be different than others.This…

Creating an iOS Library the Right Way (SPM and CocoaPods)

As an iOS developer, libraries make our development process, therefore our life easier. Thanks to these libraries, we shorten our development process and make it practical.…

What’s New at Android 13 for Developers (Google I/O 2022)

On May 11th, Google I/O 2022 started with the Keynote speech. While Google announced many cool new features and devices for consumers, us developers were waiting for the Developer…

SwiftUI Alert and Sheets in a Dynamic and Easy Way

One of the struggling topics a learner faces with SwiftUI is presenting alerts and sheets. SwiftUI brings a cool reactive syntax, but sometimes it also has some hassles. In this…

Modern Layout on UIKit with UICollectionView Compositional Layout

Creating collection views for iOS apps were pretty straightforward. A simple UICollectionFlowLayout would create flowing lists or grids of items. But things got a lot harder when…
Re-Signing App Binaries Made Easy with Appcircle