Skip to content
flagrant99 edited this page May 13, 2026 · 6 revisions

Kotlin

A modern, cross-platform, and statically typed programming language developed by JetBrains. Since 2019, it has been the preferred language for Android development

Jetpack Compose

The recommended modern toolkit for building native Android UI. It replaces the traditional XML-based layout system with a declarative approach, meaning you describe what your UI should look like for a given state, and the framework handles the updates automatically when that state changes. Must be at least android 6.

Android Studio Panda 4

Android Studio Panda 4 (version 2025.3.4) is the latest stable release of the IDE as of May 2026. This version focuses on "AI-native development" through deeper integration with Google Gemini.

Gemini 3 Flash Model

gemini-3-flash, is the fast, agent-based model used for quick coding assistance in the latest Android Studio Panda

Clone this wiki locally