How to Draw in fragment?
I have created Actionbar for my app with viewpager and it works properly. Now I want to draw some objects on each fragment. Can anyone suggest a good tutorial or sample code on how to draw on fragment. I can draw objects on my view when myclass extends Activity but I don't know what to do when it extends Fragment. I have tried this code till now but it does not work public class MoviesFragment extends Fragment { ImageView imageView; Bitmap bitmap; Bitmap bit; Canvas canvas; Paint paint; public class DrawView extends View { Paint paint = new Paint(); public DrawView(Context context) { super