Use a GraphView in a Fragment
February 22, 2014 —Category: Software
From what I've seen, most tutorials relative to GraphView use direct Action s. 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 ended up…