con un clic
Jetpack-WorkoutApp
Jetpack-WorkoutApp contiene 6 skills recopiladas de easydev991, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Correct handling of safe areas in Jetpack Compose Android applications. Use when working with TopAppBar, Scaffold, and screen safe areas in Jetpack-WorkoutApp.
Guide using dimension resources for UI sizes, spacings, and paddings in Android Compose. Use when creating or modifying UI components, replacing hardcoded dp values, or ensuring consistency across Compose screens.
Block UI screen content during data loading or asynchronous operations with loading indicator display. Use this skill when developing screens with network requests, CRUD operations, and other asynchronous actions.
Properly work with localization in Android projects. Use this skill when adding new string resources, working with plurals, formatting dates and texts.
Implement pull-to-refresh in Jetpack Compose using Material 3 PullToRefreshBox. Use this skill when adding data refresh capability on screens with lists or cards.
Write tests correctly in Android projects. Use this skill when writing any type of tests (unit, integration, UI), testing business logic, network functions, and UI components.