نوشتن از راه دور

انجام دهید
آخرین به‌روزرسانی انتشار پایدار کاندیدای انتشار انتشار بتا انتشار آلفا
۱۷ دسامبر ۲۰۲۵ - - - ۱.۰.۰-آلفا۰۱

اعلام وابستگی‌ها

برای افزودن وابستگی به 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 چارچوبی برای ایجاد رابط کاربری برای سطوح از راه دور است.