AndroidPub
Author

AndroidPub

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

79
Articles
0
Likes
362
Views
0
Comments
Recent Articles

Latest from AndroidPub

79 recent articles
AndroidPub
AndroidPub
Sep 1, 2025 · Mobile Development

Unveiling Jetpack Compose’s LayoutNode: The Hidden Engine Behind UI Performance

This article demystifies Jetpack Compose’s LayoutNode, explaining its role as the runtime representation of composable UI elements, the three‑layer node architecture, how it interacts with Modifier.Node, the rendering pipeline, and provides practical code examples for creating efficient custom layouts.

Android UICustom LayoutJetpack Compose
0 likes · 12 min read
Unveiling Jetpack Compose’s LayoutNode: The Hidden Engine Behind UI Performance
AndroidPub
AndroidPub
Aug 28, 2025 · Mobile Development

Koin vs Hilt: Which Android DI Framework Wins in 2025?

An in‑depth comparison of the Koin and Hilt dependency‑injection frameworks evaluates adoption trends, design philosophies, learning curves, performance, developer experience, testing, multi‑platform support, and ecosystem integration, helping Android teams decide which solution best fits their project size and requirements.

AndroidDI FrameworksHilt
0 likes · 16 min read
Koin vs Hilt: Which Android DI Framework Wins in 2025?
AndroidPub
AndroidPub
Aug 26, 2025 · Artificial Intelligence

How Speed and Application Layer Drive AI Startup Success – Lessons from Andrew Ng

Andrew Ng’s YC AI Startup School talk reveals that the biggest AI opportunities lie in the application layer, emphasizes speed as a critical success metric, explores the rise of Agentic AI, debunks the myth that AI will replace programming, and offers practical strategies for rapid AI‑driven product development.

AI entrepreneurshipAI trendsAgentic AI
0 likes · 19 min read
How Speed and Application Layer Drive AI Startup Success – Lessons from Andrew Ng
AndroidPub
AndroidPub
Aug 25, 2025 · Mobile Development

Mastering Jetpack Compose Stability: Boost Performance and UI Responsiveness

This article explains Jetpack Compose's rendering pipeline, the recomposition mechanism, and the concept of stability, then provides practical strategies—such as using immutable data, applying @Stable/@Immutable annotations, and optimizing large lists—to reduce unnecessary recompositions and improve Android UI performance.

AndroidJetpack ComposePerformance
0 likes · 12 min read
Mastering Jetpack Compose Stability: Boost Performance and UI Responsiveness
AndroidPub
AndroidPub
Aug 21, 2025 · Mobile Development

Master 8 Powerful Caching Strategies for Lightning‑Fast Android Apps

This article presents eight essential caching strategies for Android developers—ranging from in‑memory LRU caches and SharedPreferences to file‑based storage, Room databases, multi‑level systems, TTL caches, and HTTP caching—complete with Kotlin implementations, real‑world examples, performance impacts, best‑practice guidelines, and common pitfalls to avoid.

AndroidCachingKotlin
0 likes · 22 min read
Master 8 Powerful Caching Strategies for Lightning‑Fast Android Apps
AndroidPub
AndroidPub
Aug 20, 2025 · Fundamentals

Why Blocking vs Non‑Blocking in Kotlin Coroutines Matters: Live Experiments

This article demystifies the difference between blocking and non‑blocking coroutine work in Kotlin by providing runnable examples, measuring sequential, concurrent, and asynchronous execution, and revealing how thread usage, jobs, and dispatchers affect performance and true parallelism.

AsynchronousBlockingKotlin
0 likes · 10 min read
Why Blocking vs Non‑Blocking in Kotlin Coroutines Matters: Live Experiments
AndroidPub
AndroidPub
Aug 19, 2025 · Artificial Intelligence

Demystifying AI Jargon: From Prompts to Agents, Tools, and MCP Protocol

This article breaks down the confusing AI buzzwords—user prompts, system prompts, agents, tool registration, function calling, and the MCP protocol—explaining how they work together to enable AI assistants that can perform real tasks beyond simple chat.

AI agentsAI promptsFunction Calling
0 likes · 8 min read
Demystifying AI Jargon: From Prompts to Agents, Tools, and MCP Protocol
AndroidPub
AndroidPub
Aug 18, 2025 · Mobile Development

Master ExoPlayer in Jetpack Compose: Build a Pro Android Media Player

This guide walks you through integrating Google’s ExoPlayer library into a Jetpack Compose Android app, covering project setup, dependency management, ViewModel‑based player control, custom UI components, lifecycle handling, performance tips, and advanced customization options for building a robust, professional‑grade media player.

AndroidExoPlayerJetpack Compose
0 likes · 20 min read
Master ExoPlayer in Jetpack Compose: Build a Pro Android Media Player
AndroidPub
AndroidPub
Aug 14, 2025 · Artificial Intelligence

Google I/O 2025: AI-Powered Tools Boost Chinese Developers Globally

The 2025 Google Developer Conference highlighted AI breakthroughs like Gemini 2.5 and Gemma, introduced AI-enhanced Flutter, Android, and Cloud tools, and showcased Chinese developers leveraging these technologies to achieve global impact and social good.

AIAndroidFlutter
0 likes · 12 min read
Google I/O 2025: AI-Powered Tools Boost Chinese Developers Globally