Toast U can indicate how ...
Toast.makeText(getApplicationContext(), "hai", Toast.LENGTH_LONG).show();
Then u can write like this:
String s=episode_titles.get(i).toString(); Toast.makeText(getApplicationContext(), "UrMessage:"+s, Toast.LENGTH_LONG).show();
user1213202
source share