# Practical Ways to Use AI in a Mobile Development Workflow

DevFeed: [Practical Ways to Use AI in a Mobile Development Workflow](<https://devfeed.tech/articles/microdosing-ai-for-mobile-dev-27346.md>)

Original publisher: [Read original article](<https://blog.mmckenna.me/microdosing-ai-for-mobile-dev>)

Author: Matt McKenna

Published: 2025-10-27T11:00:20Z

Content type: article

Language: en

Sources: [Matt McKenna](<https://devfeed.tech/sources/matt-mckenna.md>)

Topics: [Mobile](<https://devfeed.tech/topics/mobile.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Development](<https://devfeed.tech/topics/development.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Android](<https://devfeed.tech/topics/android.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Compose](<https://devfeed.tech/topics/compose.md>), [modules](<https://devfeed.tech/topics/modules.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [android](<https://devfeed.tech/tags/android.md>), [android-studio](<https://devfeed.tech/tags/android-studio.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [compose](<https://devfeed.tech/tags/compose.md>), [dev](<https://devfeed.tech/tags/dev.md>), [development](<https://devfeed.tech/tags/development.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [modules](<https://devfeed.tech/tags/modules.md>), [readability](<https://devfeed.tech/tags/readability.md>)

## AI overview

A developer describes practical uses of AI in mobile development, including locating UI strings from screenshots, performing preliminary code reviews, identifying unused resources, and generating regular expressions for file searches. The article presents AI as a tool for workflow support rather than code replacement.

## Source excerpt

I've been experimenting with small, practical ways AI can fit into my daily mobile development. Not to write code for me, but to accelerate the "in-between" steps of my workflow. These little uses aren't super flashy. They just smooth out some pain p...