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.
私は RatingBar を持っており、ユーザーが入力した平均評価を最初に表示します。私の問題は、デフォルト値 (または平均) が選択されている場合、RatingBar が無視することです。どうすればこれを修正できますか?
確認してもいい
if(ratingBar.getRating() == AVERAGE_RATING && ratingBar.getRating() == DEFAULT_VALUE) { // ignore } else { // Go on.. }