de.palmmedia.yahtzee
Class Results
java.lang.Object
Activity
de.palmmedia.yahtzee.Results
public class Results
- extends Activity
Shows the results of a game and the overall highscores.
- Author:
- Daniel Palme
Method Summary |
void |
back(View view)
Closes the view. |
void |
onCreate(Bundle savedInstanceState)
|
private void |
showResults(List<Result> results)
Fills the results table. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Results
public Results()
onCreate
public void onCreate(Bundle savedInstanceState)
-
back
public void back(View view)
- Closes the view.
- Parameters:
view
- The view.
showResults
private void showResults(List<Result> results)
- Fills the results table.
- Parameters:
results
- The results to show.