Reputation: 55
I am using the AChartEngine library in my application. I currently am calculating the data points in a thread and displaying the graph upon completion. I am using the getIntent() method as I run different calculations based on which button the user selects. I want to be able to allow the user to select a point on the completed graph and have it display the values at that point. Is there a way to use the onClickListener with the intent? Or another way to possibly do this?
Upvotes: 1
Views: 228