×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Clifton Foster
Added: May 31, 2016 1:56 AM
Modified: May 31, 2016 2:04 AM
Views: 1969
Tags: toast
  1. Toast.makeText(getApplicationContext(), dollar + " Dollars = " + (dollar * rateDollarsToPounds) + " Pounds", Toast.LENGTH_LONG).show();