ANTIGRAVITY LABJP
TAG

app-dev

51 articles
Back to all tags
Related:
antigravity32ios11Antigravity10android9admob5Android5automation4iOS4swift4agents3AI Studio3monetization3
App Dev/2026-05-17Intermediate

Android Theme Switch White Screen: Replacing Activity.recreate() with AppRestarter

A real fix for the white screen that appears when switching themes on Android. Covers why Activity.recreate() causes the issue, how AppRestarter.safeRestart() eliminates it, and a ModalGate pattern to prevent dialog conflicts after restart.

App Dev/2026-05-17Intermediate

When Antigravity Fixes a RecyclerView Crash but Breaks Something Else — The Defensive Copy Solution

If RecyclerView IndexOutOfBoundsExceptions keep coming back after Antigravity's fix, shared list reference is likely the cause. Here's how to prompt Antigravity for the right fix and encode the pattern in AGENTS.md.

Agents/2026-05-17Intermediate

Integrating Antigravity Agents into My Android Release Workflow — 3 Months of Honest Findings

Three months of running Antigravity Agents inside my Android release flow: where crash diagnosis landed, where it missed, how I turned staged-rollout Go/No-Go into a threshold dialog, and the context checklist that decides diagnostic accuracy.

App Dev/2026-05-15Intermediate

Firebase Apple SDK Migration from CocoaPods to SPM: 3 Pitfalls from 4 Real Apps

With CocoaPods distribution ending in October 2026, here are the real pitfalls encountered migrating Firebase Apple SDK to Swift Package Manager across 4 iOS apps — and how Antigravity helped diagnose them.

App Dev/2026-05-14Intermediate

I Let Antigravity Take Over My 10-Year-Old Wallpaper App — What Happened Next Surprised Me

A real case study of handing a wallpaper app's Swift codebase — built since 2014 — to Antigravity's Background Agent. What it got right, what it missed, and what that taught me about AI-assisted refactoring.

App Dev/2026-05-14Intermediate

CORS Errors Blocking API Tests in Antigravity — How to Diagnose and Fix by Environment

Fix CORS errors that block API testing in Antigravity development. Learn how to identify the root cause by environment — Next.js, Cloudflare Workers, Supabase — and craft precise prompts so Antigravity generates the right fix.

App Dev/2026-05-13Intermediate

Implementing Google ML Kit with Antigravity: What the Docs Don't Tell You

A practical guide to integrating Google ML Kit into iOS and Android apps with Antigravity. Covers text recognition, face detection, the Xcode 15 SPM bug workaround, and honest notes on where AI assistance helps — and doesn't.

Antigravity/2026-05-06Intermediate

Google Antigravity vs Cursor vs Bolt — Speed, Cost, and Code Quality Benchmarks (May 2026)

Built the same app in Google Antigravity, Cursor, and Bolt to measure real development speed, monthly cost, and generated code quality. Concrete numbers for deciding which tool fits your workflow.

App Dev/2026-05-05Intermediate

Automating macOS Code Signing and Notarization with Antigravity

macOS code signing and Notarization are unavoidable pain points in app distribution. Learn how to use Antigravity to generate scripts, diagnose errors, and automate the full pipeline with GitHub Actions.

App Dev/2026-05-03Intermediate

Getting Started with AR on Android Using io.github.sceneview — Working Past AnchorNode Errors

A practical guide to building Android AR features with SceneView (io.github.sceneview): AnchorNode error fixes, ARCore session and install handling, plane visualization, and combining Antigravity AI for dynamic scene generation.

App Dev/2026-05-02Intermediate

Stopping Server Action Foot-Guns Before Antigravity Ships Them — Zod, revalidate, and Authorization Built In From the First Draft

Ask Antigravity to write a Next.js Server Action and you'll often get back code with no Zod parsing, no revalidate call, and no authorization check. Here's how to bake those in from the start instead of patching them on later.

Tips/2026-05-01Beginner

Drafting App Release Notes in Five Minutes with Antigravity: A Bilingual Workflow for Indie Developers

A practical workflow for indie app developers to draft App Store and Google Play release notes in both Japanese and English in under five minutes, using Antigravity together with Git.