I am trying to make androidplot graphs display tiny texts with corresponding values for every key point on a graph, but I am completely lost how to achieve that.
By key points I mean dots outline with circles in this file https://dl.dropbox.com/u/9443658/varia/Timeseries.png
Just FYI, as of version 0.5.1 this functionality is available via the LineAndPointFormatter. If the paint param associated with point labels is not null or transparent, you'll see values printed above each point.
Here's a link to the blog post with details.