Excellent app
AI summary
Android code editor with Kotlin support, Compose preview, and code completion. Open source. Version 3.7.3 improves Compose preview rendering, Kotlin editor inference, and code completion suggestions.
Generated by AI. May contain inaccuracies.
Screenshots
About this app
★ What's new.
COMPOSE PREVIEW
viewModelScope now works in previews — a ViewModel that launches from viewModelScope renders instead of failing.
Gradient brushes with color stops (Brush.linearGradient(colorStops = arrayOf(0f to Color(...)))) render instead of crashing.
Flow previews resolve correctly, including SharingStarted.WhileSubscribed(5000) and MutableStateFlow/stateIn chains.
Primitive constants like Float.POSITIVE_INFINITY, Int.MAX_VALUE and Double.NaN resolve in previews.
A @Composable called directly inside a non-composable builder lambda (e.g. a Text(...) sitting in LazyColumn { } outside an item { }) no longer freezes the IDE.
KOTLIN EDITOR
combine / stateIn / MutableStateFlow(...) lambda parameters now get a real inferred type, so members resolve and completion works inside them.
A stale or non-existent import no longer hides a declaration from the same file or package.
A genuinely dead import is now flagged as an unresolved reference — both a missing type and a missing top-level or extension function/property.
viewModelScope and other inherited or in-scope extension properties resolve on the implicit this inside a subclass.
CODE COMPLETION
Completing an import now suggests a package's top-level functions and extensions (map, stateIn, ...), not just its types — and inserts the bare name, never a map() call form.
Full changelog: https://github.com/tyron12233/CodeAssist/releases/tag/v3.7.3
What's new
🚀 CodeAssist 3.7.3
About this version
- Version
- 3.7.3 (63)
- Size
- 105.37 MB
- Requires Android
- 8.0
- Target SDK
- 26
- Architecture
- x86, x86_64, arm64-v8a, armeabi-v7a
- Downloads
- 49
- Updated
- Jul 24, 2026
- Package
- com.tyron.code
Similar apps
Ratings & reviews
- 51
- 40
- 30
- 20
- 10
Write a review
Recent reviews
Showing 1 of 1
Android Studio1d ago