From what I've seen, most tutorials relative to GraphView use direct Actions. I wanted to use a Fragment instead. Here are the steps I did (using the Android Studio):
Create a Layout Fragment
First, create a fragment (create a new Layout Resource File), based on a LinearLayout. I