Using the wall.get method, I get a wall. How do I get the text as in VC. Tipo 3 minutes ago. 10 minutes ago. etc.
Just there is no such parameter. There is only a date in UTC format.
long datePost=System.currentTimeMillis()/1000; datePost=datePost-Integer.valueOf(arrayDate.get(position)); SimpleDateFormat sdf = new SimpleDateFormat("HH:mm"); String d = sdf.format( datePost ); textDate.setText(d);