نوشتن از راه دور
| آخرین بهروزرسانی | انتشار پایدار | کاندیدای انتشار | انتشار بتا | انتشار آلفا |
|---|---|---|---|---|
| ۱۷ دسامبر ۲۰۲۵ | - | - | - | ۱.۰.۰-آلفا۰۱ |
اعلام وابستگیها
برای افزودن وابستگی به compose-remote، باید مخزن Google Maven را به پروژه خود اضافه کنید. برای اطلاعات بیشتر، مخزن Maven گوگل را مطالعه کنید.
وابستگیهای مربوط به مصنوعات مورد نیاز خود را در فایل build.gradle برای برنامه یا ماژول خود اضافه کنید:
شیار
dependencies { // Use to implement compose remotes //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote:1.0.0-alpha01" // Use to implement compose remote complications //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a remote style and complication editor //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-editor:1.0.0-alpha01" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-rendering:1.0.0-alpha01" }
کاتلین
dependencies { // Use to implement compose remotes //TODO: Confirm these dependencies implementation("androidx.compose.remote:remote:1.0.0-alpha01") // Use to implement compose remote complications //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a remote style and complication editor //TODO: Confirm these dependencies implementation("androidx.compose.remote:remote-editor:1.0.0-alpha01") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-rendering:1.0.0-alpha01" }
شیار
dependencies { // Use to implement compose remotes //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote:1.0.0-alpha01" // Use to implement compose remote complications //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a remote style and complication editor //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-editor:1.0.0-alpha01" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-rendering:1.0.0-alpha01" }
کاتلین
dependencies { // Use to implement compose remotes //TODO: Confirm these dependencies implementation("androidx.compose.remote:remote:1.0.0-alpha01") // Use to implement compose remote complications //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a remote style and complication editor //TODO: Confirm these dependencies implementation("androidx.compose.remote:remote-editor:1.0.0-alpha01") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-rendering:1.0.0-alpha01" }
برای اطلاعات بیشتر در مورد وابستگیها، به «افزودن وابستگیهای ساخت» مراجعه کنید.
بازخورد
بازخورد شما به بهبود Jetpack کمک میکند. اگر مشکلات جدیدی کشف کردید یا ایدههایی برای بهبود این کتابخانه دارید، به ما اطلاع دهید. لطفاً قبل از ایجاد یک کتابخانه جدید، نگاهی به مشکلات موجود در این کتابخانه بیندازید. میتوانید با کلیک بر روی دکمه ستاره، رأی خود را به یک مشکل موجود اضافه کنید.
برای اطلاعات بیشتر به مستندات ردیاب مشکل مراجعه کنید.
نسخه ۱.۰
نسخه ۱.۰.۰-آلفا۰۱
۱۷ دسامبر ۲۰۲۵
androidx.compose.remote:remote-*:1.0.0-alpha01 منتشر شد. نسخه 1.0.0-alpha01 شامل این کامیتها است.
- Remote Compose چارچوبی برای ایجاد رابط کاربری برای سطوح از راه دور است.