AndroidPub
Author

AndroidPub

Senior Android Developer & Interviewer, regularly sharing original tech articles, learning resources, and practical interview guides. Welcome to follow and contribute!

86
Articles
0
Likes
424
Views
0
Comments
Recent Articles

Latest from AndroidPub

86 recent articles
AndroidPub
AndroidPub
May 21, 2026 · Frontend Development

Beyond Opus 4.7: How to Hand Over Coding Tasks to AI Instead of Micromanaging

After trying Opus 4.7, the author shows that the old "pair‑programming" style of feeding AI tiny prompts wastes time, and explains a delegation workflow—clear goals, constraints, acceptance criteria, effort levels, permission handling, and verification loops—that lets AI independently deliver reliable web and mobile features.

AI codingMobile DevelopmentVerification Loop
0 likes · 15 min read
Beyond Opus 4.7: How to Hand Over Coding Tasks to AI Instead of Micromanaging
AndroidPub
AndroidPub
May 18, 2026 · Artificial Intelligence

Five Agent Architecture Paradigms and How to Choose the Right One

The article analyzes five common agent architecture paradigms, explains their strengths and weaknesses, recommends suitable frameworks for each, and provides a five‑step decision process to help teams select the most appropriate architecture for their business needs.

AgentAutoGenLangGraph
0 likes · 16 min read
Five Agent Architecture Paradigms and How to Choose the Right One
AndroidPub
AndroidPub
May 14, 2026 · Mobile Development

Where Should State Live in Jetpack Compose? Practical Guidelines

This guide explains how to decide whether a piece of state belongs in a Composable or a ViewModel by distinguishing UI state from business state, using clear principles, lifecycle considerations, and concrete code examples such as search bars, expandable cards, and drag‑and‑drop scenarios.

AndroidBusiness StateJetpack Compose
0 likes · 17 min read
Where Should State Live in Jetpack Compose? Practical Guidelines
AndroidPub
AndroidPub
May 11, 2026 · Artificial Intelligence

Is Harness Engineering Just Hype? A Deep Dive into Agent Harnesses

The article traces the evolution of the "Harness" concept from traditional test harnesses to modern AI agent engineering, explains the Planner‑Generator‑Evaluator architecture, evaluates its trade‑offs, and argues that Harness Engineering is a transitional technique rather than mere hype.

AI agentsHarness EngineeringLong‑running agents
0 likes · 16 min read
Is Harness Engineering Just Hype? A Deep Dive into Agent Harnesses
AndroidPub
AndroidPub
May 7, 2026 · Artificial Intelligence

AI Coding Knowledge Base Best Practices: Rebuilding a Maintainable System with a Three‑Layer Structure

When AI coding assistants like Claude Code, Copilot, and other agents become part of daily development, teams quickly face tangled, ever‑growing configuration files; this article proposes a three‑layer architecture—Base, Flow, and Task—to separate global rules, scenario‑driven processes, and independent tasks, thereby restoring clarity, reusability, and maintainability to AI‑driven workflows.

AI agentsConfiguration ManagementKnowledge Base
0 likes · 26 min read
AI Coding Knowledge Base Best Practices: Rebuilding a Maintainable System with a Three‑Layer Structure
AndroidPub
AndroidPub
Apr 29, 2026 · Artificial Intelligence

5 Claude Code Skills to Automate Your Development Workflow

This article introduces five Claude Code Skills—pr-summary, fix-issue, deep-research, commit, and explain-code—that turn repetitive development tasks into single‑command automations, showing concrete examples, usage scenarios, and how to share them across a team.

AI developmentClaude CodeDevOps
0 likes · 11 min read
5 Claude Code Skills to Automate Your Development Workflow
AndroidPub
AndroidPub
Apr 27, 2026 · Mobile Development

Avoid AI‑Generated Pitfalls: A VibeCoding Guide for Mobile Developers

The article outlines a practical checklist for mobile developers using VibeCoding AI code generation, covering security, cost, compliance, reliability, performance, testing, and maintenance to ensure that fast‑generated demos become production‑ready apps without hidden risks.

AI Code GenerationComplianceVibeCoding
0 likes · 14 min read
Avoid AI‑Generated Pitfalls: A VibeCoding Guide for Mobile Developers
AndroidPub
AndroidPub
Apr 23, 2026 · Fundamentals

Why Computational Thinking Is the Must-Have Skill for Programmers in the AI Coding Era

As AI code generators master syntax, the article argues that programmers must cultivate computational thinking—decomposition, abstraction, pattern recognition, and algorithm design—to stay indispensable, offering concrete examples, research findings, and practical guidelines for effective AI collaboration.

AI CollaborationAI programmingalgorithm design
0 likes · 14 min read
Why Computational Thinking Is the Must-Have Skill for Programmers in the AI Coding Era
AndroidPub
AndroidPub
Apr 20, 2026 · Mobile Development

How Google’s Android CLI, Skills, and Knowledge Base Empower AI Agents

Google’s April 2026 release of Android Agent tools—Android CLI, Android Skills, and Android Knowledge Base—shows how a unified, command‑line interface and structured skill packages let AI agents reliably perform standard Android development tasks while staying up‑to‑date with official documentation.

AI agentAndroidCLI
0 likes · 8 min read
How Google’s Android CLI, Skills, and Knowledge Base Empower AI Agents
AndroidPub
AndroidPub
Apr 16, 2026 · Mobile Development

How JetBrains Junie AI Agent Supercharges Android Compose Development

After struggling with context limits of web‑based AI tools, the author integrates JetBrains’ Junie AI Agent directly into Android Studio, demonstrating a plan‑execute‑verify workflow, Ask and Code modes, multi‑module refactoring, responsive UI generation, and safe team collaboration through GitHub integration.

AI agentAndroidCompose
0 likes · 12 min read
How JetBrains Junie AI Agent Supercharges Android Compose Development