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.
私は現在、オープンソースのAndroidモバイルブラウザを研究しています.xmlのいくつかの変数には、長い名前の変数を定義するための「ドット」があることに注意してください。そのような:
TextView android:id="@+id/BookmarksListActivity.EmptyTextView"
そして、私は参照に気づきました*.java is *BookmarksListActivity_EmptyTextView*
*.java is *BookmarksListActivity_EmptyTextView*
そのような変数を使用するのは正しい方法ですか?
私は自分のプロジェクトで同じことを試したところ、うまくいきました。なぜそれが必要なのかはわかりませんが、うまくいきます。