de.palmmedia.yahtzee
Class Results

java.lang.Object
  extended by Activity
      extended by de.palmmedia.yahtzee.Results

public class Results
extends Activity

Shows the results of a game and the overall highscores.

Author:
Daniel Palme

Constructor Summary
Results()
           
 
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
 

Constructor Detail

Results

public Results()
Method Detail

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.