You can use android-ago module https://github.com/curioustechizen/android-ago
Add the component in your XML
set the time reference view code
RelativeTimeTextView v = (RelativeTimeTextView)findViewById(R.id.timestamp); //Or just use Butterknife!
v.setReferenceTime(new Date().getTime());