ui
Installation
SKILL.md
UI Design Skill
Quick Start
ConstraintLayout
<androidx.constraintlayout.widget.ConstraintLayout>
<Button
android:id="@+id/btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
Jetpack Compose
Related skills
More from pluginagentmarketplace/custom-plugin-android
networking
Retrofit, OkHttp, REST APIs, JSON serialization, network security.
13production
Unit testing, performance optimization, security implementation, Play Store deployment.
5platform
Android core components lifecycle, Activities, Fragments, Services, Intent system.
4data
Room ORM, SQLite, SharedPreferences, DataStore, encryption.
4fundamentals
Master Kotlin syntax, OOP principles, SOLID practices, functional programming, and data structures.
4architecture
MVVM pattern, Clean Architecture, Repository pattern, dependency injection, SOLID principles.
4