Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私は次のことを行う方法を考えていました:
CheckBoxPreference mCheckBox = (CheckBoxPreference) findPreference("key");
ミラを除いて?^^^^^^^^^^^^^^^^^^^^^^^ このキャストは、私がミラに翻訳する方法がわからないものです。
私が理解していることから、Mirahでのキャストは、オブジェクトを次の形式でラップする形式ですTypeToCastTo(ObjectToCast)。
TypeToCastTo(ObjectToCast)
mCheckBox = CheckBoxPreference(findPreference("key"));