Toastクラスを利用してタップした位置にトーストを表示する - Displaying a toast near the tapped position using Toast class - Toastクラスはテキストメッセージを素早く表示する機能を実現します。このToastクラスを利用して、画面をタップしたとき、そのタップした位置付近にトーストを出現させ、そこに座標を表示するプログラムを作りました。 A Toast class has the function displaying the textual message quickly. Using the Toast class, we coded the program that a toast appears near the tapped position, and the tapped position is display