Passing current time in milliseconds to MPChart breaks it
问题 I have tried figuring this out, but it doesn't add up. The data doesn't appear as it should. First I generate dummy data. This is done async because I need time between the calls to System.currentTimeMillis to get some spacing between them. (Look aside the crappy code here, this is just debug data that will not be in the release. Using Thread.sleep on the main thread is a bad idea considering ANR's) public class AsyncGeneration extends AsyncTask<String, String, String>{ public AsyncGeneration