(In the previous chapter, we have now learned how to manage the contact events in the game. This chapter will introduce to the students how to make the curve graph of the game contact track. In the onTouchEvent method, we can get the coordinates of the contact points XY in the screen from time to time. In this chapter, we study how to turn these points into an irregular track and display the irregular curve on the screen.)