Posts by Fernando Freitas Alves • 136 points
2 posts
- 
		1 votes2 answers664 viewsA: How to better define the minimum API for a project?João, I think to define the references of any application you need to keep in mind two things: Target audience of your project. They have access to what minimum requirements? What minimum… androidanswered Fernando Freitas Alves 136
- 
		1 votes3 answers1414 viewsA: Is it possible to obtain timestamps with millisecond fractions accuracy?Dude, I found this function which is an attempt to implement PHP microtime in Javascript, try to take a look: function microtime(get_as_float) { // discuss at: http://phpjs.org/functions/microtime/… javascriptanswered Fernando Freitas Alves 136