Basically I am creating an app which stores the screen coordinates when touch and stores them in database and after storing them in database I am trying to make a custom view in which I want draw points which I have stored in database . I am trying to make a CanvasView and in that I am trying to draw points but I am getting NullPointerException below link will give whole information in detail and my code
http://stackoverflow.com/questions/38662279/error-in-making-canvas-view?noredirect=1#comment64706360_38662279 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/bceafac6-2cab-48ed-bfb2-0e45a9e39fed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

