gpt4 book ai didi

android - 如何缩短 Android Studio 中的导入以获得更简洁的代码

转载 作者:行者123 更新时间:2023-12-03 23:42:57 24 4
gpt4 key购买 nike

Android Studio 中是否有一个简单的快捷方式来重构它:

@GET(WSConstants.ENDPOINT_SINGLE_ACCOUNT)
suspend fun getAccount(@Path(WSConstants.PARAM_ACCOUNT_ID) accountId: String?): Call<Account>
至:
@GET(ENDPOINT_SINGLE_ACCOUNT)
suspend fun getAccount(@Path(PARAM_ACCOUNT_ID) accountId: String?): Call<Account>
其次,它被认为是好的做法吗?我觉得它看起来更干净。

最佳答案

导入时写入静态变量的完整路径。
例如:

import my.package.name.WSConstants.ENDPOINT_SINGLE_ACCOUNT
import my.package.name.WSConstants.PARAM_ACCOUNT_ID

关于android - 如何缩短 Android Studio 中的导入以获得更简洁的代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64660306/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com