* commit '3ba39ef20fdbe4512d3c3ad6ad7c833b14318391': Typo in spinner tutorial.
This commit is contained in:
@@ -105,7 +105,7 @@ public class MyOnItemSelectedListener implements OnItemSelectedListener {
|
||||
|
||||
public void onItemSelected(AdapterView<?> parent,
|
||||
View view, int pos, long id) {
|
||||
Toast.makeText(parent.getContext()), "The planet is " +
|
||||
Toast.makeText(parent.getContext(), "The planet is " +
|
||||
parent.getItemAtPosition(pos).toString(), Toast.LENGTH_LONG).show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user